@charset "utf-8";
/* CSS Document */

html body{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #cccccc;
	background-image: url(/shop/includes/images/elite_background-v2.png);
	background-repeat: repeat-x;
}

form {
	margin-top:0px;
	margin-bottom:0px;
}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #eeaa00;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
	margin-top:0px;
	margin-bottom:0px;

}

h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #eeaa00 ;
	margin-top:0px;
	margin-bottom:0px;
}

h4 {}

h5 {}

h6 {}

a:link {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #b8831e;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #b8831e;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #b8831e;
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #b8831e;
}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #cccccc;
}

.breadcrums {
	font-size:0.7em;
	margin: 0px 10px 15px 10px;
}

.breadcrums a:link {
	text-decoration: underline;
}

.breadcrums a:visited {
	text-decoration: underline;
}

#pagewrapper {
	position:relative;
	display:block;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
}

#header {
	height:212px;
	margin-bottom:15px;
}

#menucolumn {
	width:176px;
	float:left;
	display:inline;
}

#contentcolumn {
	width:784px;
	float:right;
	display:inline;
	text-align: left;
}

#footer {
	clear:both;
	display:block;
	text-align:center;
	width:960px;
	padding-top:10px;
	padding-bottom:10px;
}

.clearfloat {
	height: 0px;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*  Header  */
.mnbtn_lnk {
	text-transform: uppercase; font-family: arial, sans-serif; background: none transparent scroll repeat 0% 0%; color: #fff; font-size: 11px; font-weight: normal; text-decoration: none; display:block; line-height:31px;
}
.mnbtn_lnk:hover {
	text-transform: uppercase; font-family: arial, sans-serif; background: none transparent scroll repeat 0% 0%; color: #f00; font-size: 11px; text-decoration: none;
}
.btn_bg {
	background-image: url(../images/HeaderMenu/btn_allbg.gif);
	text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-repeat: repeat-x;
	background-position: left center;
}
.btn_bg_act {
	text-align: center; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;
	background: url(../images/HeaderMenu/bg_active.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 0px;
}
.btn_line {
	width: 1px; background: url(../images/HeaderMenu/btn_line.gif) no-repeat; font-size: 4px;
}

/*  End Header  */

/*  Menu  */

.menubtn_bg {
	background-image: url(../images/Menu/Menubg.jpg);
	text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width:150px;
	height:30px;
	line-height:30px;
	font-size:0.8em;
	margin-bottom:15px;
}
.menubtn_bg_act {
	background-image: url(../images/Menu/Menubg_act.jpg);
	text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width:150px;
	height:30px;
	line-height:30px;
	font-size:0.8em;
	margin-bottom:15px;
}
/*  End Menu  */

/*  Range list  */

#rangearea {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	width:784px;
	overflow:hidden;
}

.rangewrapper {
	width: 150px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 36px;
}

.rangebox {
	border: 1px solid #EAEDF6;
	position: relative;
}

.rangebox_on {
	border: 1px solid #EAEDF6;
	position: relative;
	background-color: #999;
}

.rangethumbimg {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	border: 0px;
}

/*  END Range list  */

/*  Product list  */

.productwrapper {
	width: 280px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 74px;
}

.productbox {
	border: 1px solid #ddd;
	position: relative;
	height: 178px;
}

.productbox_on {
	border: 1px solid #ddd;
	position: relative;
	height: 178px;
	background-color: #999;
}

.ptitle a {
	text-align: center;
	color: #FFF;
	padding: 4px 0px;
	background-image: url(../images/barbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	width: 100%;
}

.ptitle_on a {
	text-align: center;
	color: #FFF;
	padding: 4px 0px;
	background-image: url(../images/barbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	width: 100%;
}

.ptitle a:hover{
	background-color: #3A68AB;
	padding: 4px 0px;
	color: #fff;
	display: block;	
}

.ptitleh1 {
	font-weight: bold;
	font-size: 0.8em;
}

.thumbbox {
	width: 146px;
	float: left;
	position: relative;
}

.thumbimg {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;	
}

.infobox {
	margin-top: 10px;
	margin-left: 146px;
	margin-right: 5px;
	font-size: 0.7em	
}

/*  END Product list  */

/*  START Product Details  */

#productdetailarea {
	margin-left: auto;
	margin-right: auto;
	width:864px;
}

#imagecolumn {
	width: 542px;
	float: left;
	margin-right: 15px;
}

#productdetailcolumn {

}

.producttitle {
	font-weight:bold;
	font-size: 1.2em;
	color: #b8831e;
	margin:0 0 1em 0;
}

.producttitle a {
	color: #b8831e;
}

.productsize {
	font-size: 0.8em;
	color:#999999;
	font-weight:normal;
}

/*  END Product Details  */

/*  START Product Detail page  */

#calendarimagecolumn {
	width: 542px;
	float: left;
	margin-right: 12px;
	margin-bottom:15px;
}

#calendarproductdetailcolumn {
	padding-right:12px;
}

.calendarlargecover {
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	display: block;	
}

/*  END Product Detail page  */

/*  START Basket page  */

.basketheadertext {
	font-size: 0.85em;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(../images/barbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top:10px;
	padding-bottom:10px;
}

.basketitems {
	font-size: 0.8em;
	color:#000000;
}

.baskettext {
	font-size: 0.8em;
	color:#fff;
}

.basketimg {
	border: 1px solid black;
	margin: 10px;
}

/*  END Basket page  */



.price{
	font-weight: bold;
}

.oldprice{
	text-decoration: line-through;
}

.saleprice{
	font-weight:bold;
	color:#FF0000;
}

.txt {
	font-size:0.8em;
}

a.txt {
	text-decoration:none;
}

.txtbold {
	font-size:0.8em;
	font-weight:bold;
}

.error_checkout {
	color:#CC0000;
}

#productdetailinfoblock {
	margin: 0px 10px 15px 0px;
}

#productoptionswrapper {
	margin-left: 552px;
	margin-right: 10px;
}

#productoptionslegend {
	font-size: 0.8em;
	color: #b8831e;
}

.largeimgwrapper {
	width: 542px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.largeimg {
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

.bigpic {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#Censoring {
	text-align:right;
	color:#B8831E;
}
