/* CSS Document */

html {
    overflow:-moz-scrollbars-vertical;
	}

body {
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	color:#4f4f4f;
	margin:0;
	padding:0;
   	background-color:#333333;
	background-image:url(../images/body_background.gif);
	background-repeat:repeat-y;
	background-position:center;
   	}

table {
    text-align:left;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
   	}

a {
	color:#cd003a;
	text-decoration:underline;
	}

a:hover {
	color:#999;
	}

a:focus {
	-moz-outline: 0px solid lime;
	outline: 0px solid lime;
	}
	
.title {
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:16px;
   	font-weight:bold;
	color:#cd003a;
	margin:0 0 15px 0;
	}

.date {
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	color:#666666;
	margin:0;
	}
	
.site {
	width:760px;
	height:100%;
	}

.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#CCC;
	width:760px;
	height:114px;
	}
	
.menu {
	background-color:#cd003a;
	width:233px;
	vertical-align:top;
	}
	
.contentHolder {
	width:527px;
	background-color:#FFF;
	vertical-align:top;
	}
	
.content {
	width:100%;
	padding:30px;
	line-height:18px;
	}

.pages {
	width:100%;
	line-height:18px;
	}

.menuHolderTop {
	height:25px;
	}

.menuContent {
	padding:15px 10px 0 15px;
	#padding:15px 17px 10px 17px;
	_padding:15px 17px 10px 17px;
	list-style:none;
	background-color:#cd003a;
	}

p.categoryGroup{
	border-top:1px dashed #000;
	padding-top:10px;
	margin-bottom:0px;
	_margin-bottom:-10px;
	#margin-bottom:-10px;
	color:#f5ccd8;
	font-weight:bold;
	letter-spacing:1px;
}

.categoryGroupSelected{
	border-top:1px dashed #000;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:0px;
	_margin-bottom:-10px;
	#margin-bottom:-10px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:1px;
}

p.categoryGroup:hover {
	color:#FFF;
}

.menuList{
	margin-left:-35px;
	#margin-left:0px;
	_margin-left:0px;
	list-style:none;
	float:none;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
}

.menuList li {
	padding:5px 5px 5px 10px;
}

.menuList li a{
	display:block;
	text-decoration:none;
	color:#f5ccd8;
}

.menuList li a:hover{
	color:#FFF;
	text-decoration:none;
}

.menuListSelected{
	display:block;
	text-decoration:none;
	background-color:#a4002e;
}
	
.menuHolderBottom {
	height:36px;
	}

hr{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #AAAAAA;
	background-color:transparent;
	margin: 30px 0 30px 0;
	_margin:0 0 30px 0;
	#margin:0 0 30px 0;
	height:0;
}

.left {
	margin-right:10px;
	padding-top:5px;
}

.shopBasket{
	background-color:#cd003a;
	color:#FFF;
	font-size:11px;
}

.shopBasket td{
	padding:5px;
	border-top:1px solid #333;
}

.shopBasket a{
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

.shopBasket a:hover{
	text-decoration:none;
}

.shopBasketPiece{
	border:none;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	text-align:center;
	width:25px;	
}

td.shopBasketProduct{
	text-transform:uppercase;
}

.shopBasketInfo{
   	font-size:12px;
	text-align:center;
}

.shopProduct{
	border:1px dashed #AAAAAA;
	padding:10px;
	margin-bottom:30px;
}

.shopProductDetails{
	border:1px dashed #AAAAAA;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.shopProductSelection{
	padding:0;
	margin-bottom:5px;
	border:1px solid #CCC;
	font-size:11px;
	background-color:#FFFFFF;
}

.shopProductSelection td{
	padding-right:3px;
}

.shopImageHolder{
	width:150px;
	text-align:center;
	vertical-align:top;
}

.shopDetails{
	vertical-align:top;
	text-align:left;
	padding-bottom:10px;
	padding-left:10px;
}

.shopButton, .shopButtonToogle{
	background-color:#333;
	border:1px solid #333;
	color:#FFF;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	font-weight:bold;
}

.shopButton:hover{
	background-color:#cd003a;
	border:1px solid #cd003a;
	color:#FFF;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	font-weight:bold;
}

.shopPersonalFields{
	border:1px solid #333;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	width:170px;
	background-color:#CCC;
	color:#333;
	font-weight:bold;
	}
	
.shopPersonalFieldsNumber{
	border:1px solid #333;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	width:50px;
	background-color:#CCC;
	color:#333;
	font-weight:bold;
	}
	
.shopShipping td{
	padding:5px;
	vertical-align:top;
	font-size:11px;
	}
	
select {
	border:1px solid #333;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	background-color: #CCC;
	width:170px;
	color: #333;
	font-weight:bold;
}

.basketButton{
	background-color:#333;
	border:1px solid #333;
	color:#FFF;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	font-weight:bold;
}

.basketButton:hover{
	background-color:#FFF;
	border:1px solid #FFF;
	color:#333;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	font-weight:bold;
}

.basketUpdate{
	width:100%;
	height:100%;
	background-color:#cd003a;
	padding:20px;
	color:#FFF;
	}

.basketUpdate td{
	vertical-align:top;
	}

.shopTitleHolder{
	padding:5px;
}

.shopTitle{
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:16px;
   	font-weight:bold;
	color:#cd003a;
	margin:0;
	}
	
.shopPrice{
   	font-size:14px;
	font-weight:bold;
	}
	
.basketQuantity{
	border:none;
    font-family:Arial, Trebuchet MS, Tahoma;
   	font-size:12px;
	text-align:center;
	width:25px;
}