@charset "utf-8";
body{
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;

}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
.clearme{
	clear:both;
}

#wrapper {
	width: 772px;
	height:auto;
	margin: 0px auto;
	background-color:#ffffff;
	padding: 3px;
	position: relative;
	top:0px;
	left:0px;
}
#logo{
	position: relative;
	top:0px;
	left:0px;
	background-image: url(../images/logo-raceplus3.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:772px;
	height:27px;
}
#leaderboard{
	position: relative;
	top:0px;
	left:0px;
	width:712px;
	height:82px;
	padding:0px 30px 0px 30px;
	background-image: url(../images/leader_back.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#eaeaea;
}
#leaderboard img{
	padding:5px;
}
#nav{
	position: relative;
	top:0px;
	left:0px;
	width:712px;
	height:auto;
	padding:10px 30px 10px 30px;
	background-color:#eaeaea;
}
#nav ul{
	list-style-type:none;
}
#nav li{
	float:left;
	margin-right:3px;
	display:block;
	text-align:center;
}

#nav li a, #nav li a:active{
	display:block;
	width:140px;
	height:28px;
	line-height:28px;
	color:#49494a;
	float:left;
	text-decoration:none;
	font-size:14px;
	outline:none;
	background-image:url(../images/nav_tab.jpg);
	background-repeat:no-repeat;
	background-position:-143px 0px;
}
#nav li a:hover{
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	outline:none;
	background-image:url(../images/nav_tab.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#nav li a.current, #nav li a.current:active, #nav li a.current:hover{
	display:block;
	width:140px;
	height:28px;
	line-height:28px;
	color:#ffffff;
	float:left;
	text-decoration:none;
	font-size:14px;
	outline:none;
	background-image:url(../images/nav_tab.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#content{
	position: relative;
	top:0px;
	left:0px;
	width:712px;
	height:415px;
	padding:0px 30px 0px 30px;
	background-color:#eaeaea;
	overflow: hidden;
}
#content_entry{
	position: relative;
	top:0px;
	left:0px;
	width:712px;
	height:415px;
	padding:0px 30px 0px 30px;
	background-color:#eaeaea;
	overflow: hidden;
}
iframe{ 
	overflow-x: hidden;
}
#footer{
	position: relative;
	top:0px;
	left:0px;
	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:710px;
	height:94px;
	padding:10px 31px 0px 31px;
	background-color:#eaeaea;
}
.sponsor_holder{
	position:relative;
	top:0px;
	left:0px;
	width:130px;
	height:70px;
	float:left;
	margin-right:15px;
}
.sponsor_holder2{
	position:relative;
	top:0px;
	left:0px;
	width:130px;
	height:70px;
	float:left;
	margin-right:0px;
}

a.sponsor{
	display:block;
	width:120px;
	height:60px;
	padding:5px;
	background-image:url(../images/sponsor_back.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.sponsorend{
	display:block;
	width:120px;
	height:60px;
	padding:5px;
	background-image:url(../images/sponsor_back.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#coolmenu{
border: 1px solid black;
width: 70px;
background-color: #E6E6E6;
}

#coolmenu a{
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: black;
color: white;
}

.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}

/* LIve times tab css */
#search {
	width: 692px;
	height:auto;
	position: relative;
	top:0px;
	font-size:11px;
	line-height:13px;
	background-color:#cacaca;
	left:0px;
	visibility:visible;
	margin-bottom:10px;
	padding:10px 10px 10px 10px;
	z-index:300;
}
#table {
	width: 712px;
	height: 370px;
	position: relative;
	top:0px;
	left:0px;
	font-size:11px;
	line-height:13px;
	overflow-x:auto;
	overflow-y:auto;
	z-index:1;
}
table{
	border-collapse:collapse;
	font-size:11px;
	line-height:11px;
}
table#table2, table#table3, table#table4{
	border-collapse:collapse;
	width:200px;
	float:left;
	margin-right:20px;
}
table#table5{
	border-collapse:collapse;
	width:410px;
}
table#tablenew{
	border-collapse:collapse;
	width:170px;
}
table#tablebuttons{
	border-collapse:collapse;
	font-size:11px;
	line-height:11px;
}
table#tablenew2{
	border-collapse:collapse;
	width:170px;
}
table .head{
	background-color:#9bbcdd;
}
table .head a{
	color:#FFF;
	text-decoration:none;
}
table .head a:hover{
	color: #666;
	text-decoration:none;
}
table .head:hover{
	background-color:#9BBCDD;
}
table .head td.active{
	background-color:#5e8bc0;
}

table td{
	padding:3px;
	border:1px solid #e5e5e5;
	text-align:center;
	font-size:11px;
	line-height:11px;

}
table#table5 td{
	padding:3px;
	border:1px solid #D6D6D6;
	text-align:left;
	font-size:11px;
	line-height:11px;

}
table#tablenew td{
	padding:3px;
	border:1px solid #D6D6D6;
	text-align:left;
	font-size:11px;
	line-height:11px;

}
table#tablebuttons td{
	padding:3px;
	border:1px solid #e5e5e5;
	text-align:center;
	font-size:11px;
	line-height:11px;

}
table#tablenew2 td{
	padding:3px;
	border:1px solid #D6D6D6;
	text-align:left;
	font-size:11px;
	line-height:11px;

}


table tr td.alt2{
	background-color:#d6d6d6;
}

table tr td.highlight{
	padding:3px;
	border:1px solid #e5e5e5;
	text-align:center;
	background-color:#a3a0a0;
	font-size:11px;
	line-height:11px;

}
table td font{
		font-size:11px;
	line-height:11px;
}
table tr.alt td.highlight{
	padding:3px;
	border:1px solid #e5e5e5;
	text-align:center;
	background-color:#c3c2c2;
	font-size:11px;
	line-height:11px;

}
table tr{
	background-color:#cacaca;
}
table tr:hover{
	background-color:#e4e4e4;
}
table#table5 tr{
	background-color:#DEDEDE;
}
table#tablenew tr{
	background-color:#DEDEDE;
}
table#tablebuttons tr{
	background-color:#DEDEDE;
}
table#tablenew2 tr{
	background-color:#DEDEDE;
}

table tr.alt:hover{
	background-color:#e4e4e4;
}
table tr.alt{
	background-color:#d6d6d6;
}
table#table5 tr.alt{
	background-color:#E6E6E6;
}
table#tablenew tr.alt{
	background-color:#E6E6E6;
}
table#tablenew2 tr.alt{
	background-color:#E6E6E6;
}
table#tablenew th.alt{
	background-color:#E6E6E6;
}
table#tablenew2 th.alt{
	background-color:#E6E6E6;
}
table#tablebuttons tr.alt{
	background-color:#E6E6E6;
}

#certificate{
	position:relative;
	top:0px;
	left:0px;
	width:200px;
	font-size:11px;
	line-height:13px;
	height:auto;
	background-color:#D6D6D6;
	padding:10px;
	margin-top:20px;
}
#certificate p{
	margin-bottom:10px;
}

#certificate h1{
	font-size:13px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	text-decoration:underline;
}
.cert{
	background-color:#CCC;
	border:1px solid #999;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	width:150px;
}
.cert_btn{
	margin-top:10px;
	padding:2px 10px 2px 10px;
	background-color:#9BBCDD;
	
}
.cert_btn:hover{
	margin-top:10px;
	padding:2px 10px 2px 10px;
	background-color: #CCC;
	
}

#indiv_layout{
	position: relative;
	top:0px;
	left:0px;
	width:410px;
	font-size:11px;
	text-align:left;
	line-height:13px;
	height:auto;
	/*background-color:#D6D6D6;*/
	padding-right:50px;
	float:right;
}
#indiv_layout2{
	position: relative;
	top:0px;
	left:0px;
	width:170px;
	font-size:11px;
	text-align:left;
	line-height:13px;
	height:auto;
	/*background-color:#D6D6D6;*/
	padding-right:50px;
	float:left;
}
#indiv_layout3{
	position: relative;
	top:0px;
	left:0px;
	width:170px;
	font-size:11px;
	text-align:left;
	line-height:13px;
	height:auto;
	/*background-color:#D6D6D6;*/
	padding-right:50px;
	float:left;
}
#indiv_layout p{
	margin-bottom:10px;
}

#indiv_layout p.indiv_name{
	font-size:14px;
	line-height:16px;
	text-decoration:underline;
	margin-bottom:10px;
}
#indiv_layout2 p{
	margin-bottom:10px;
}

#indiv_layout2 p.indiv_name{
	font-size:14px;
	line-height:16px;
	text-decoration:underline;
	margin-bottom:10px;
}
#indiv_layout3 p{
	margin-bottom:10px;
}

#indiv_layout3 p.indiv_name{
	font-size:14px;
	line-height:16px;
	text-decoration:underline;
	margin-bottom:10px;
}
/* Form Stuff */

#racesearch{
	font-size:11px;
	line-height:13px;
	font-family: "Trebuchet MS";
	color: #666666;
	height:auto;
	position:relative;
	top:0px;
	left:0px;
}
#racesearch div{
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	margin-top:0px; 
}
#racesearch div.long{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:300px;
	margin-top:0px; 
}
#racesearch div.long3{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:260px;
	margin-top:0px;
}
#racesearch div.long4{
	position: absolute;
	top:-9px;
	left:600px;
	width:90px;
	margin-top:0px;
}
a.dload{
	color:#333;
	display:block;
	font-size:13px;
	line-height:30px;
	text-decoration:none;
	padding:0px 30px 0px 0px;
	background:url(../images/excel.jpg) no-repeat top right;
}
a.dload:hover{
	color:#B90103;
}

#racesearch div.long2{
	position:relative;
	top:0px;
	height:14px;
	left:0px;
	width:500px;
	margin:0px; 
}
#racesearch div.advfix{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:auto;
	margin-right:20px;
	margin-top:2px; 
}
#racesearch div.advfix2{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:222px;
	margin-right:20px;
	margin-top:2px; 
}
#racesearch p{
	margin:4px 0px 4px 0px;
}
#racesearch label{
	float:left;
	width:auto;
	margin-right:20px;
}
#racesearch label.fixed{
	float:left;
	width:70px;
	margin-right:0px;
}
#racesearch label.fixed2{
	float:left;
	width:40px;
	margin-right:0px;
}
#racesearch select{
	float:left;
	background-color:#e4e4e4;
	font-size:11px;
	line-height:11px;
}
.text5{
	margin-top:3px;
	background-color:#e4e4e4;
	width:150px;
	padding:1px;
}
.text1{
	background-color:#e4e4e4;
	width:150px;
	padding:1px;
}
.text2{
	background-color:#FFFFFF;
	width:150px;
	padding:3px 5px 3px 5px;
	margin-bottom:10px;
}
a.back_results, a.back_results:active{
	color:#666;
	text-decoration:none;
}
 a.back_results:hover{
	color: #333;
}
#racesearch div.names{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:150px;
	margin-right:15px;
	margin-top:3px;
	z-index:25;
	display:inline;
}
#racesearch div.names2{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:auto;
	margin-right:15px;
	margin-top:3px;
	z-index:20;
	display:inline;
}
#racesearch div.names3{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:150px;
	margin-right:15px;
	margin-top:3px;
	z-index:20;
	display:inline;
}
#racesearch div.names4{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:150px;
	margin-right:15px;
	margin-top:3px;
	z-index:20;
	display:inline;
}
#racesearch div.names5{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:150px;
	margin-right:15px;
	margin-top:3px;
	z-index:1;
	display:inline;
}
#racesearch div.names6{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:150px;
	margin-right:15px;
	margin-top:3px;
	z-index:1;
	display:inline;
}

div.autocomplete {
	width:250px;
	height:157px;
	max-height:157px;
	position:absolute;
	background-color:#999999;
	border:1px solid #cccccc;
	overflow:auto;
	color:#ffffff;
	margin:0px;
	padding:0px;
	z-index:100;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	z-index:2000;
	height:157px;
	max-height:157px;
}
div.autocomplete ul li.selected { background-color: #cccccc;}

div.autocomplete ul li {
list-style-type:none;
display:block;
margin:0;
padding:2px;
height:10px;
cursor:pointer;
}
#s1
{
display: none;
}
#racesearch div#searchsubmit{
	width:60px;
	position:absolute;
	padding:0px;
	color:#666666;
	margin-top:8px;
	top:70px;
	left:600px;
	font-size:11px;
	line-height:13px;
	float:none;
}

/* links */
a.advlink, a.advlink:active{
	color:#5e8bc0;
	text-decoration:none;
}
a.advlink:hover{
	color:#9bbcdd;
	text-decoration:none;
}
.btn, .btn:active {
	color:#666666;
	display:block;
	background-color:#e4e4e4;
	color:#333333;
	margin:0px;
	font-size:11px;
	display: inline;
	cursor: pointer;

}
.btn:hover {
	color: #cccccc;
	background-color:#5e8bc0;
	/* on hover */
}

div.andy {
    width: 175px;
    height: 100px;
	text-align:left;
	
    
}

div.andy2 {
	margin-top:3px;
	background-color:#e4e4e4;
	width:150px;
	padding:1px;
    
}



/* Shop css */
#shopwrapper{
	position: relative;
	top:0px;
	width:712px;
	height:415px;
	background-image: url(../images/shop/shop_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#C8C8C8;
	padding:0px;
	overflow: auto;
}
#iewrap{
	position: relative;
	top:0px;
	width:712px;
	height:415px;
	padding:0px;
	overflow: auto;
}

#cat_wrapper{
	position: relative;
	top:0px;
	left:17px;
	width:678px;
	height:auto;
	padding:20px 0px 0px 0px;
	font-size:11px;
	line-height:13px;
	color:#000;
}
#cat_wrapper.terms {
	height: auto;
}
#cat_wrapper.terms h1 {
	color:#000000;
}
#cat_wrapper.terms h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-top:14px;
	color:#000000;
}
#cat_wrapper.terms h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	margin-top:14px;
	color:#000000;
}
#cat_wrapper.terms p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	margin-top:8px;
	color:#000000;
}
#cat_wrapper.terms ul {
	margin: 6px 0px 6px 16px;
	padding: 0;
	
}
#cat_wrapper.terms ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	margin-top:0px;
	color:#000000;
}
#breadcrumb{
	position: absolute;
	top:5px;
	left:0px;
	width:300px;
	text-align:left;
	height:auto;
	padding:0px;
	font-size:18px;
	line-height:20px;
}
#breadcrumb a,#breadcrumb a:active{
	color:#ffffff;
	text-decoration:none;
	
}
#breadcrumb a:hover{
	color:#cccccc;
	text-decoration:none;
	
}
#details_header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	margin-top:0px;
	color:#FFF;
}
.catrow{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
}
.cat_holder{
	position:relative;
	top:0px;
	left:0px;
	width:210px;
	height:135px;
	border-right:1px solid  #333;
	border-bottom:1px solid  #333;
	float:left;
	margin:5px 5px 0px 0px;
	text-align:center;
	font-size:0px;
	line-height:0px;
}
.cat_holderalt{
	position:relative;
	top:0px;
	left:0px;
	width:210px;
	height:135px;
	border-right:1px solid  #333;
	border-bottom:1px solid  #333;
	float:left;
	margin:5px 0px 0px 0px;
	text-align:center;
	font-size:0px;
	line-height:0px;
}
.product_holder{
	position:relative;
	top:0px;
	left:0px;
	width:222px;
	min-height:259px;
	height:259px;
	border-right:1px solid  #333;
	float:left;
	margin:10px 5px 0px 0px;
	text-align:center;
	font-size:0px;
	line-height:0px;
}
.product_holderalt{
	position:relative;
	top:0px;
	left:0px;
	width:222px;
	min-height:259px;
	height:259px;
	float:left;
	margin:10px 0px 0px 0px;
	text-align:center;
	font-size:0px;
	line-height:0px;
}
 html>body .product_holder,  html>body .product_holderalt{
height: auto; /* for not-IE */
}
.product_image{
	position:relative;
	top:0px;
	left:0px;
	width:222px;
	height:auto;
	text-align:center;
	font-size:0px;
	line-height:0px;
}
.product_image img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.product_copy{
	position:relative;
	top:0px;
	left:0px;
	width:182px;
	padding:0px 20px 0px 20px;
	height:52px;
	min-height:52px;
	text-align:left;
	font-size:11px;
	line-height:13px;
	color:#3a3a3a;
	font-weight:bold;
}
 html>body .product_copy{
height: auto; /* for not-IE */
}
.product_copy h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#3a3a3a;
	font-weight:normal;
	
}
.price{
	color:#FFF;
	font-size:18px;
	line-height:20px;
}
a.detail, a.detail:visited{
	display:block;
	width:51px;
	height:21px;
	background-image: url(../images/shop/detail.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
.detail_button{
	position:absolute;
	bottom:3px;
	right:20px;
}
a.detail:hover{
	display:block;
	width:51px;
	height:21px;
	background-image: url(../images/shop/detail.png);
	background-position:-63px 0px;
	text-indent:-99999px;
	background-repeat: repeat-x;
	outline:none;
}
#details_header{
	position: relative;
	top:0px;
	left:0px;
	width:678px;
	height:auto;
	padding:0px;
	font-size:11px;
	line-height:13px;
}
#details_header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	margin-top:5px;
	color:#dcdcdc;
	font-weight:normal;
}
#details_price{
	position: absolute;
	color:#FFF;
	top:0px;
	right:10px;
	height:auto;
	padding:0px;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
}
#details_wrap{
	position: relative;
	top:0px;
	left:0px;
	width:678px;
	height:auto;
	padding:0px;
	font-size:11px;
	line-height:13px;
}
#details_left{
	position: relative;
	top:0px;
	left:0px;
	width:325px;
	padding-top:20px;
	text-align:center;
	height:auto;
	float:left;
	font-size:0px;
	line-height:0px;
}
.caption{
	font-size:0px;
}
.basket_nudge{
	position:relative;
	top:10px;
	left:50px;
}
#details_right{
	position: relative;
	top:0px;
	left:0px;
	width:333px;
	text-align:left;
	height:auto;
	float:left;
	font-size:12px;
	line-height:14px;
	margin-left:10px;
}
.details_copy_wrap{
	position: relative;
	top:0px;
	left:0px;
	width:333px;
	height:auto;
	font-size:12px;
	color:#ffffff;
	line-height:14px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #ffffff;
}
.details_copy_wrap p{
	margin-top:10px;
}
.customisation{
	position: relative;
	top:0px;
	left:0px;
	width:333px;
	height:auto;
	font-size:12px;
	color:#ffffff;
	line-height:14px;
	padding:10px 0px 10px 0px;
}
.addbutton{
	float:right;
	padding-top:20px;
	
}

.maxchar{
	float:right;
	font-size:10px;
	line-height:12px;
	margin-right:10px;
}
/* Gallery CSS */
#productimage{
	width:500px;
	height:500px;
	position:relative;
	top:0;
	font-size:0;
	line-height:0;
	left:0;
}
#productthumbs{
	width:333px;
	height:auto;
	position: relative;
	top:0px;
	left:0px;
	margin-bottom:10px;
}
.galleria{width:333px;list-style:none;}
.galleria_demo li{width:60px;height:60px;display:block;overflow:hidden; }
	.gallery_demo{width:333px; height:auto; list-style-type:none;}
	.gallery_demo li{width:60px;height:auto; margin-right:3px; float:left;margin-top: 2.5px;}
	.gallery_demo li.end{width:60px;height:auto; margin-right:0px;}
	.gallery_demo li img{ border:1px solid #ffffff;}
#hidden{
	visibility:hidden;
}
#product div.product_select{
	position:relative;
	top:0;
	left:0;
	width:300px;
	height:auto;
	color: #ffffff;
	margin-bottom:4px;

}
#product div.product_selectalt{
	position:relative;
	top:0;
	left:0;
	width:300px;
	height:auto;
	color: #ffffff;
	margin-bottom:0px;

}
#product label{
	font-family: Arial, Helvetica, sans-serif;	
	float: left;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	width: 100px;
	color:#FFFFFF;
	
}
#product select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid  #333333;
	line-height:20px;
	height:20px;
	width:100px;
}
#product option {
	padding: 0px 0px 0px 5px;
}
#product textarea{
	border: 1px solid  #333333;
	width:220px;
	height:50px;
	font-size:12px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
}

#personal div.personal_wrap{
	position:relative;
	top:0;
	left:0;
	width:333px;
	height:auto;
	color: #ffffff;
	padding-top:4px;
	padding-bottom:7px;
	border-bottom:1px solid #ffffff;
}
#personal div.personal_inner_wrap{
	position:relative;
	top:0;
	left:0;
	width:300px;
	height:auto;
	color: #ffffff;
	z-index:99999;
	margin-top:5px;

}

#personal label{
	font-family: Arial, Helvetica, sans-serif;	
	float: left;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	width: 100px;
	color:#FFFFFF;
	
}
#personal select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid  #333333;
	line-height:20px;
}
#personal input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid  #333333;
	line-height:15px;
	width:100px;
	height:15px;
}

#personal option {
	padding: 0px 0px 0px 5px;
}
#personal span{
	float:left;
	color:#F00;
	margin-right:20px;
	font-size:10px;
	line-height:30px;
}
.showtext{
	font-size:11px;
	line-height:13px;
	color:#000;
	position:relative;
	top:10px;
	left:4px;
	width:400px;
}
a.basket, a.basket:visited{
	display:block;
	width:141px;
	height:37px;
	background-image: url(../images/shop/basket.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
a.basket:hover{
	display:block;
	width:141px;
	height:37px;
	background-image: url(../images/shop/basket.png);
	background-position:-151px 0px;
	text-indent:-99999px;
	outline:none;
}
a.find, a.find:visited{
	display:block;
	width:45px;
	height:21px;
	background-image: url(../images/shop/find.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
a.find:hover{
	display:block;
	width:45px;
	height:21px;
	background-image: url(../images/shop/find.png);
	background-position:-57px 0px;
	text-indent:-99999px;
	background-repeat:no-repeat;
	outline:none;
}

#addtobasket{
	position:relative;
	top:0;
	left:0;
	width:300px;
	height:auto;
	color: #ffffff;
	padding:10px 0px 10px 0px;

}

.black{
		color:#000000;
		font-weight:bold;
}
/* Cart css */
#cartwrapper{
	position: relative;
	top:0px;
	width:712px;
	height:415px;
	background-color:#A6A6A6;
	padding:0px;
	overflow: auto;
}
#cart_head{
	position: relative;
	top:0px;
	left:17px;
	width:678px;
	height:58px;
	padding:10px 0px 0px 0px;
	font-size:11px;
	line-height:13px;
}

#inbasket{
	position: absolute;
	top:0px;
	right:0px;
	width:200px;
	height:auto;
	padding:3px 0px 3px 0px;
	text-align: center;
	color:#ffffff;
	margin-bottom:0px;
	font-size:12px;
	line-height:13px;
}
.red{
	color:#EE2100;
}
#step1{
	position: absolute;
	top:40px;
	width:417px;
	height:28px;
	background:url(../images/shop/step1.jpg);
	background-repeat:no-repeat;
	padding:0px;
	overflow: auto;
}
#step2{
	position: absolute;
	top:40px;
	width:417px;
	height:28px;
	background:url(../images/shop/step2.jpg);
	background-repeat:no-repeat;
	padding:0px;
	overflow: auto;
}
#step3{
	position: absolute;
	top:40px;
	width:417px;
	height:28px;
	background:url(../images/shop/step3.jpg);
	background-repeat:no-repeat;
	padding:0px;
	overflow: auto;
}
#cart_head h1.carthead{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	margin-top:0px;
	margin-bottom:14px;
	color:#FFF;
}
.greyholder{
	position: relative;
	top:0px;
	width:682px;
	left:13px;
	background-color:#8E8E8E;
	min-height:347px;
	height:347px;
	padding:0px 0px 0px 0px;
}
html>body .greyholder{
height: auto; /* for not-IE */
}

#cart_titles_wrap{
	position: relative;
	top:0px;
	width:678px;
	left:0px;
	background-color:#8E8E8E;
	height:auto;
	padding:20px 0px 20px 0px;
}
.item{
	position: relative;
	top:0px;
	width:366px;
	height:auto;
	padding:0px;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	margin-left:6px;	
	color:#000;
	float:left;
}
.quantity{
	position: relative;
	top:0px;
	width:165px;
	height:auto;
	padding:0px;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#000;
	float:left;
}
.cartprice{
	position: relative;
	top:0px;
	width:60px;
	height:auto;
	padding:0px;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#000;
	float:left;
	text-align:center;
}
.total{
	position: relative;
	top:0px;
	width:60px;
	height:auto;
	padding:0px;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	text-align:center;
	color:#000;
	float:right;
}
.cart_item_holder{
	position: relative;
	top:0px;
	left:0px;
	width:678px;
	padding:20px 0px 20px 4px;
	height:auto;
	background-color:#838383;
	border-bottom:1px dotted #ffffff;
	border-top:1px dotted #ffffff;
	margin-bottom:5px;
}
.cart_item_holder a{
	color:#8f1300;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
}
.cart_item_holder a:hover{
	color:#cccccc;
	text-decoration:none;
}
.cart_item_image{
	position: relative;
	top:0px;
	width:80px;
	height:auto;
	padding:0px;
	font-size:0px;
	line-height:0px;
	float:left;
}
.cart_item_description{
	position: relative;
	top:0px;
	width:290px;
	height:auto;
	padding:0px;
	font-size:12px;
	line-height:14px;
	color:#000;
	float:left;
}
.cart_quantity{
	position: relative;
	top:0px;
	width:100px;
	height:auto;
	padding:0px;
	font-size:10px;
	line-height:15px;
	float:left;
}
.cart_number{
	width:25px;
	height:15px;
	float:left;
	border:1px solid #000000;
	text-align:center;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.cart_delete{
	position: relative;
	top:0px;
	width:65px;
	height:auto;
	padding:0px;
	font-size:10px;
	line-height:15px;
	float:left;
}
.cart_price{
	position: relative;
	top:0px;
	width:60px;
	height:auto;
	padding:0px;
	font-size:10px;
	line-height:15px;
	float:left;
	text-align:center;
}
.cart_total, .shipping_total{
	position: relative;
	top:0px;
	width:60px;
	height:auto;
	padding:0px;
	font-size:10px;
	line-height:15px;
	text-align:right;
	text-align:center;
	float:right;
}
.shipping_copy{
	position: relative;
	top:0px;
	width:290px;
	height:auto;
	padding:0px 0px 0px 80px;
	font-size:12px;
	line-height:14px;
	color:#000;
	float:left;
}
.shipping_price{
	position: relative;
	top:0px;
	width:60px;
	height:auto;
	padding:0px;
	font-size:10px;
	line-height:15px;
	float:right;
	text-align:center;
	margin-right:22px;
}
#cart_footer{
	position: relative;
	top:0px;
	left:0px;
	width:668px;
	height:30px;
	text-align:right;
	padding:10px 10px 0px 0px;
	font-size:11px;
	line-height:13px;
}
#cart_footer h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	margin-top:0px;
	margin-bottom:14px;
	color:#FFF;
}
#cart_continue_shopping{
	position: relative;
	top:-30px;
	left:10px;
	width:122px;
	height:21px;
	margin-bottom:-30px;
}
#cart_continue_shopping2{
	position: relative;
	top:0px;
	left:10px;
	width:122px;
	height:21px;
	margin-bottom:0px;
}
#cart_continue_shopping3{
	position: relative;
	top:51px;
	left:140px;
	width:122px;
	height:21px;
	margin-bottom:0px;
	z-index:10000;
}

#cart_proceed{
	position: relative;
	top:0px;
	left:520px;
	width:141px;
	height:37px;
	padding:10px 10px 20px 0px;
	font-size:0px;
	line-height:0px;
}
.summary_details_holder{
	position: relative;
	top:0px;
	left:0px;
	width:340px;
	height:auto;
}

.summary_details_left{
	position: relative;
	top:0px;
	left:0px;
	width:100px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:14px;
	margin-right:10px;
	color:#000;
	font-weight:bold;
}
.summary_details_right{
	position: relative;
	top:0px;
	left:0px;
	width:200px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:14px;
	color:#000;
	font-weight:normal;
}
#delivery{
	position: relative;
	top:0px;
	left:0px;
	width:340px;
	padding:20px 0px 0px 4px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:14px;
	color:#000;
	font-weight:bold;
}
#delivery p{
	margin-bottom:10px;
}
#vatnotes{
	position: relative;
	top:0px;
	left:0px;
	width:300px;
	padding:20px 4px 20px 4px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:14px;
	background-color:#838383;
	border:1px dotted #ffffff;
	color:#000;
	font-weight:bold;
}
#delnotes{
	position: relative;
	top:0px;
	left:0px;
	width:300px;
	padding:20px 4px 20px 4px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:14px;
	background-color:#838383;
	border:1px dotted #ffffff;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}
#success{
	position: relative;
	top:0px;
	left:0px;
	width:340px;
	padding:20px 0px 0px 10px;
	height:auto;
	font-size:12px;
	line-height:14px;
	color:#000;
	font-weight:bold;
}
#success p{
	margin-bottom:10px;
}

#delivery_address{
	position: relative;
	top:0px;
	left:0px;
	width:682px;
	padding:0px 0px 0px 0px;
	height:auto;
	font-size:12px;
	line-height:14px;
	color:#000;
	font-weight:bold;
}
#delivery_address div.field{
		margin:0px 0px 10px 0px;
}
#delivery_address div.add2{
		margin:0px 0px 10px 0px;
		padding-left:100px;
}

#delivery_address label{
	float:left;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}    
#delivery_address .add_input{
	width:196px;
	border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:2px;
	font-weight:normal;
}
#delivery_address .add_input2{
	width:202px;
	border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:2px;
	font-weight:normal;
}

#product_summary{
	position: relative;
	top:0px;
	left:0px;
	width:315px;
	padding:20px 10px 0px 0px;
	height:auto;
	float:right;
}
#summary_border{
	position: relative;
	top:0px;
	left:0px;
	width:303px;
	height:auto;
	border:6px solid #6c6b6c;
	background-color:#8f8e8f;
}
.summary_item_holder{
	position: relative;
	top:0px;
	left:0px;
	width:278px;
	padding:20px 20px 20px 5px;
	height:auto;
	background-color:#838383;
	border-bottom:1px dotted #ffffff;
	border-top:1px dotted #ffffff;
	margin-bottom:5px;
}
.summary_item_holderalt{
	position: relative;
	top:0px;
	left:0px;
	width:278px;
	padding:20px 20px 20px 5px;
	height:auto;
	background-color:#838383;
	border-bottom:1px dotted #ffffff;
	border-top:1px dotted #ffffff;
}

.summary_item_image{
	position: relative;
	top:0px;
	width:80px;
	height:auto;
	padding:0px;
	font-size:0px;
	line-height:0px;
	float:left;
}
.summary_item_image img, .cart_item_image img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.summary_item_description{
	position: relative;
	top:0px;
	width:198px;
	height:auto;
	padding:0px;
	font-size:10px;
	line-height:12px;
	color:#000;
	float:left;
}
.summary_price{
	float:right;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}
#summary_footer{
	position: relative;
	top:0px;
	width:672px;
	height:auto;
	padding:20px 0px 20px 0px;
}
#summary_confirm{
	position: relative;
	top:0px;
	width:141px;
	height:auto;
	float:right;
}
#summary_terms{
	position: relative;
	top:0px;
	width:520px;
	height:20px;
	float:left;
	font-size:11px;
	line-height:15px;
	color:#ffffff;
	padding:10px 0px 0px 10px;
}
.terms_confirm{
	width:15px;
	height:15px;
	float:left;
	margin-right:5px;
}
a.back, a.back:visited{
	display:block;
	width:104px;
	height:21px;
	background-image: url(../images/shop/back_basket.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
a.back:hover{
	display:block;
	width:104px;
	height:21px;
	background-image: url(../images/shop/back_basket.jpg);
	background-position:-116px 0px;
	text-indent:-99999px;
	background-repeat: no-repeat;
	outline:none;
}

a.continue_shopping, a.continue_shopping:visited{
	display:block;
	width:122px;
	height:21px;
	background-image: url(../images/shop/continue_shopping.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
a.continue_shopping:hover{
	display:block;
	width:122px;
	height:21px;
	background-image: url(../images/shop/continue_shopping.jpg);
	background-position:-134px 0px;
	text-indent:-99999px;
	background-repeat: no-repeat;
	outline:none;
}

a.proceed, a.proceed:visited{
	display:block;
	width:141px;
	height:37px;
	background-image: url(../images/shop/proceed.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
a.proceed:hover{
	display:block;
	width:141px;
	height:37px;
	background-image: url(../images/shop/proceed.jpg);
	background-position:-151px 0px;
	text-indent:-99999px;
	background-repeat: no-repeat;
	outline:none;
}
a.confirm, a.confirm:visited{
	display:block;
	width:141px;
	height:37px;
	background-image: url(../images/shop/confirm.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
a.confirm:hover{
	display:block;
	width:141px;
	height:37px;
	background-image: url(../images/shop/confirm.jpg);
	background-position:-151px 0px;
	text-indent:-99999px;
	background-repeat: no-repeat;
	outline:none;
}
a.checkout, a.checkout:visited{
	display:block;
	width:141px;
	height:37px;
	background-image: url(../images/shop/cart_confirm.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
a.checkout:hover{
	display:block;
	width:141px;
	height:37px;
	background-image: url(../images/shop/cart_confirm.jpg);
	background-position:-151px 0px;
	text-indent:-99999px;
	background-repeat: no-repeat;
	outline:none;
}
a.back_summary, a.back_summary:visited{
	display:block;
	width:116px;
	height:21px;
	background-image: url(../images/shop/back_summary.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
a.back_summary:hover{
	display:block;
	width:116px;
	height:21px;
	background-image: url(../images/shop/back_summary.jpg);
	background-position:-128px 0px;
	text-indent:-99999px;
	background-repeat: no-repeat;
	outline:none;
}

a.edit, a.edit:visited{
	display:block;
	width:45px;
	height:21px;
	background-image: url(../images/shop/edit.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
	outline:none;
}
a.edit:hover{
	display:block;
	width:45px;
	height:21px;
	background-image: url(../images/shop/edit.jpg);
	background-position:-57px 0px;
	text-indent:-99999px;
	background-repeat: no-repeat;
	outline:none;
}
a.red_link, a.red_link:visited{
	text-decoration:none;
	color:#8f1200;
}
a.red_link:hover{
	text-decoration:none;
	color:#cccccc;
}
p.white_title{
	color:#FFF;
	font-weight:bold;
	margin-bottom:5px;
	font-size:12px;
	line-height:14px;
}
p.white_title2{
	color:#FFF;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	font-size:12px;
	line-height:14px;
}
/* autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid #000;
	background-color:#fff;
	color:#000;
	width:178px;
	overflow: auto;
	display: block;
	position: absolute;
	top:-200px;
	left:100px;
	height:200px;
}

.ac_results ul {
	width: 160px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 2px 0px 5px;
	cursor: pointer;
	display: block;
	width: 150px;
	color:#000;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #CCC;
}
.galleria_wrapper img{ height:344px; width:272px; }

a.tooltip{
	display:block;
	width:auto;
	height:auto;
	color:#ffffff;
	text-decoration:none;
}
a.tooltip:hover{
	display:block;
	width:auto;
	height:auto;
	color:#f00;
	text-decoration:none;
	background-color:#fff;
}

a.tooltip span {
	width:210px;
	height:110px;
	padding:0px;
	display:none;
	background-image: url(../images/tooltip_bg.png);
	z-index:11000;
}
a.tooltip:hover span{
	display:block;
	position: absolute;
	top:-30px;
	margin-bottom:-110px;
	left:-210px;
}
/* pre registration bits */
#reg{
	position: relative;
	top:0px;
	left:0px;
	width:100%;
	height:415px;
	background-color: #EAEAEA;
	font-size:11px;
	line-height:13px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#reg p{
	margin-bottom:20px;
}
#regwrap table{
	width:400px;
}
#regwrap table input{
	background-color:#eaeaea;
	font-family: Arial, Helvetica, sans-serif;
}
.error{
	color:#F00;
}
#regwrap table tr{
	background-color:#BCD5E9;
}
#regwrap table tr:hover{
	background-color:#7BA1C5;
}
#regwrap table td{
	width:50%;
	padding:10px 0px 10px 0px;
}
iframe.noborder {
border: solid #FFFF00 0px; 
}




