a:link{
 color: #101088;
}

a:visited{
 color: #101088;
}

a:active{
 color: #101088;
}

a:hover{
 color: #101088;
}

hr{
 border-style:solid;
 border-width:1px;
 border-color:#E87B14;
}

#button{
 background: #F7F3CE
 color: #EF7910
 font-family: arial, sans-serif;
 font-size: 12px;
}

.button{
 background: #F7F3CE
 color: #EF7910
 font-family: arial, sans-serif;
 font-size: 12px;
}

#catPrice{
 color: red;
 font-weight: bold;
 font-size: 14px;
}

.catPrice{
 color: red;
 font-weight: bold;
 font-size: 14px;
}

.payFormLeft{
	float:left;
	background:#EF7910;
	width:200px;
	color:#fff;
	font-weight:bold;
	padding:6px 0 0 3px;
	height:23px;
}

.payFormRight{
	float:left;
	background:#EF7910;
	height:23px;
	padding:3px;
	width:363px;
}

.small_input{
 font-size: 10px;
}


#noteText{
 font-size: 10px;
}

img{
 border: 0;
}

/* NAVIGATION BUTTONS */
/* NORMAL */
.cssnav	{
	position:relative;
	font-family: tahoma, verdana, helvetica, sans;
	background-image:  url(images/tab_over.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 92px;
	height: 31px;
	margin: 0; 
	padding: 0; 
}
.cssnav a {
	display: block;
	color: #101088;
	font-size: 12px;
	width: 92px;
	height: 31px;
	display: block;
	float: left;
	font-weight:normal;
	text-decoration: none;
}

.cssnav img {width: 92px; height: 31px; border: 0; }
* html a:hover {visibility:visible}

.cssnav a:hover img{
	visibility:hidden;
}

.cssnav a:hover{
	color: #101088;
}

.cssnav span {
	position: absolute;
	left: 0px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 92px;
	height: 31px;
	text-align: center;
}

.cssnav span:hover{
	color: #101088;
}

/* FESTIVE */
.cssnavxmas	{
	position:relative;
	font-family: tahoma, verdana, helvetica, sans;
	background-image:  url(images/tab_over_xmas.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 92px;
	height: 31px;
	margin: 0; 
	padding: 0; 
}
.cssnavxmas a {
	display: block;
	color: #101088;
	font-size: 12px;
	width: 92px;
	height: 31px;
	display: block;
	float: left;
	font-weight:normal;
	text-decoration: none;
}

.cssnavxmas img {width: 92px; height: 31px; border: 0; }
* html a:hover {visibility:visible}

.cssnavxmas a:hover img{
	visibility:hidden;
}

.cssnavxmas a:hover{
	color: #101088;
}

.cssnavxmas span {
	position: absolute;
	left: 0px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 92px;
	height: 31px;
	text-align: center;
}

.cssnavxmas span:hover{
	color: #101088;
}
/* END OF NAVIGATION */

body{
 color: #101088;
 font: 12px tahoma, verdana, helvetica, sans; font-weight: normal;
}

.menu_top{
 color: #101088;
 font: 12px tahoma, verdana, helvetica, sans; font-weight: bold;
 height:28px;
 padding:0 0 10px 4px;
}

.input{
 color: #101088;
 font: 11px tahoma, verdana, helvetica, sans; font-weight: normal;
}

h1{
 color: #101088;
 font: 16px tahoma, verdana, helvetica, sans;
 font-weight: bold;
 margin:3px;
}

h2{
 color: #101088;
 font: 13px tahoma, verdana, helvetica, sans;
 font-weight: bold;
 margin:3px;
}

h3{
 color: #101088;
 font: 12px tahoma, verdana, helvetica, sans;
 font-weight: bold;
 margin:3px;
}

.breadCrumb{
 color: #E87B14;
 font: 11px tahoma, verdana, helvetica, sans; font-weight: normal;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 170px;
height: 100px;
padding: 5px;
text-align:left;
}
.someclass{ //class to apply to your scroller(s) if desired
}


#products_box{
 width:400px;
 overflow:hidden;
}

#products_header{
 background:#F6F1CC;
 border:#E87B14 1px 0 0 0 solid;
 width:400px;
}

#products_image_col_none{
 float:left;
 width:10px;
 text-align:center;
}

#products_main_col_none{
 float:left;
 width:399px;
}

#products_image_col{
 float:left;
 width:150px;
 text-align:center;
}

#products_main_col{
 float:left;
 width:250px;
}

#products_brands_bit_none{
 float:left;
 width:195px;
}

#products_brands_bit{
 float:left;
 width:50px;
}

#products_basket_bit{
 float:left;
 width:200px;
 text-align:right;
}

.tabBox_colour{
 height:1px;
 background:#F6F1CC;
 }

.tabBox_lines{
 background:#E87B14;
 }

.pagenav{
 background:#F6F1CC;
 width:400px; 
 height:40px;
 border-style:solid;
 border-color:#E87B14; 
 border-width:0 0 1px 0;
}

.blind_link{
 color:#FFFFFF;
}

.orderCompleted{
	background-image:url('images/tick-blue.gif');
	background-repeat:no-repeat;
	height:20px;
	padding:15px 0 0 25px;
}

.orderTable{
	border-collapse:collapse;
}

.orderTable td{
	padding:5px;
}

.orderTable tr:nth-of-type(even){
	background:#F6F1CC;
}


