/* CSS Document */

img { border:0; padding:0; margin:0; }

form { display:inline; }

label { font-size:12px; }

/* template.php styles start here */
body {
	font-family:Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	padding-top:0px;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	font-size:12px;
	text-align:center;
}

a:link, a:visited {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

p {
	font-size:12px;
	color:#203B63;
	text-align:left;
}

p a, p a:visited {
	font-size: 12px;
	color: #203B63;
	font-weight:bold;
	text-decoration: none;
}

p a:hover {
	font-size: 12px;
	color: #203B63;
	font-weight:bold;
	text-decoration: underline;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.container {
	text-align: left;
	position:relative;
	margin: 0px auto;
	width:950px;
}

.header {
	width: 950px;
	height:80px;
}

.complogo {
	/*position:absolute;
	top:0px;
	left:0px;*/
	margin-top:5px;
}

.cartbox {
	position:absolute;
	left:160px;
	top:5px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.cartbox a, .cartbox a:visited {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.cartbox a:hover {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.h1holder {
	position:absolute;
	left: 0px;
	top:3px;
	text-transform:uppercase;
}

.h1holder h1 { margin:0px; padding:0px; }

.topbanner {
	position:absolute;
	top:30px;
	right:0px;
    display: block;
    text-align:center;
}

.searchholder {
	position:absolute;
	top:5px;
	right:0px;
	/*padding: 2px;*/
	/*border: 1px solid #cccccc;*/
	/*background: #ffffff;*/
	width: 202px;
	height: 29px;
	background-image:url(/images/searchbox-border.jpg);
	background-repeat:no-repeat;
}
/*
* html .searchholder {
	width: 160px;
	height: 26px;
	overflow: hidden;
}*/

.searchbutton {
	position:absolute; right:2px; top:2px;
	width: 46px;
	height: 25px;
	background-image:url(/images/search-button.jpg);
	float: right;
	border:0px;
	cursor: pointer;
}

.mailbutton {
	position:absolute; right:1px; top:2px;
	width: 56px;
	height: 25px;
	background-image:url(/images/maillist-go.jpg); border:0;
	float: right;
	border:0px;
	cursor: pointer;
	
	

}

.newsletter-border {
position:absolute;
top:7px;
right:10px;
	width: 182px;
	height: 29px;
	background-image:url(/images/searchbox-border.jpg);
	background-repeat:no-repeat;
}

.searchfield {
	color:#FFFFFF;
	line-height:22px;
	width: 151px;
	height: 25px;
	position:absolute; padding-left:2px; padding-top:3px; left:2px; top:2px;
	border: 0px;
	/*padding: 3px 0px 0px 0px;*/
	font-size: 12px;
	background-image:url(/images/searchbg.jpg);

}
* html .searchfield {
	color:#FFFFFF;
	line-height:19px;
	width: 151px;
	height: 25px;
	position:absolute; padding-left:2px; padding-top:3px; left:2px; top:2px;
	border: 0px;
	/*padding: 3px 0px 0px 0px;*/
	font-size: 12px;
	background-image:url(/images/searchbg.jpg);

}
.water {
	background-image:url(/images/water.jpg); 
	background-repeat:repeat-x;
	height:73px;

}

.top_menu {
	text-align:center;
	background-image:url(/images/top_headerbg.jpg); 
	background-repeat:no-repeat; 
	height:40px;
	width:950px;
}

.top_menu ul {
	list-style:none;
	width:950px;
	margin:0px;
	padding:0px;
	line-height:40px;
}

.top_menu li {
	margin:0px 15px 0px 15px;
	padding:0px;
	display:inline;
}

.top_menu li a, .top_menu li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.top_menu li a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

.content { width:950px; }
.content_left { width:175px; padding-top:10px; }
.content_middle { width:610px; padding:10px; }
/*.content_middle2 { width:775px; padding:10px; }*/
.content_right { width:165px; padding-top:10px; }

.menutitle{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#264168;
	text-align:left;
	text-decoration:none;
	font-family:"Trebuchet MS", sans-serif ;
}

ul.catmenu {
	list-style:none;
	margin:0px;
	padding:0px;
}

li.catmenu {
	padding:0px;
	margin:0px;
	font-size:11px;
}

li.catmenu a, li.catmenu a:visited {
	font-family:"Trebuchet MS", sans-serif ;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

li.catmenu a:hover	{
	font-family:"Trebuchet MS", sans-serif ;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.mail_box {
	display:block;
	color:#666666;
	text-align:right;
	margin-bottom:15px;
}

.mailfield {
	position:absolute; padding-left:2px; padding-top:3px; left:2px; top:2px;
	border: 0px;
	color:#FFFFFF;
	width:122px;
	height:25px;
	line-height:25px;
	font-size:12px;
	border:0;
	background-image:url(/images/mailform.jpg);
	background-repeat:repeat-x;

}
* html .mailfield {
	position:absolute; padding-left:2px; padding-top:3px; left:2px; top:2px;
	border: 0px;
	color:#FFFFFF;
	width:122px;
	height:25px;
	line-height:20px;
	font-size:12px;
	border:0;
	background-image:url(/images/mailform.jpg);
	background-repeat:repeat-x;

}

/*.mailbutton { *****old*****
	margin-top:5px;
    border:2px solid #ccc;
    background-color:#03498F;
    color:#fff;
    font-weight:bold;
	font-size:11px;
	top:2px;
}*/

.specials-content-box {
	background-image:url(images/specials-content-bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:165px;
	height:97px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom:15px;
}

.footer {
	width:2000px;
	height:194px;
	background-image:url(/images/blue-footer.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
	color: #000000;
	font-size: 12px;
	text-align:center;
}

.footer a, .footer a:visited, .footer a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:normal;
}




.validators {
	margin-top:25px;
	text-align:center;
}

.breadholder {
	text-align:right;
	margin-top:5px;
	margin-right:40px;
	font-size:12px;
	color:#000000;
	line-height:17px;
}

.breadholder a, .breadholder a:visited, .breadholder a:hover {
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

.specials-button a, .specials-button a:visited {
	text-decoration:none;
	padding-left:5px;
	color:#333333;
	padding-bottom:2px;
	margin-top:2px;
	display:block;
	text-align:center;
}

.specials-button a:hover {
	text-decoration:none;
	padding-left:7px;
	color:#333333;
}

.specials-title {
	display:block;
	font-family:trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:20px;
	font-weight:bold;
	padding:3px 0 0 0;
	width:162px;
	text-align:center;
}

.bluebar {
	background-image:url(/images/blue-bar.jpg);
	overflow:visible; 
	background-repeat:repeat-x;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
}
.innerblue {
margin:auto;
	width:950px;
	position:relative;
}

.searchbar {
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	position:absolute;
	left:0;
	/*background-color:#A5BDE2;*/


}

.basketdetails {
 position:absolute;
 right:0px;
 top:8px;
}
* html .basketdetails {
 position:absolute;
 right:0px;
 top:18px;
}

.basketdetailslbl {
font-size:13px;
line-height:20px;
color:#7399D2;
}
.basketdetailslbl a, .basketdetailslbl a:visited, .basketdetailslbl a:hover, .basketdetailslbl a:active {
color:#7399D2;
font-weight:normal;
}
.basketdetailsvalue {
font-size:15px;
line-height:20px; 
font-weight:bold;
color:#7399D2;
}
.basketdetails label {
	width:100px;
	color:#7399D2;
	font-family:Tahoma, serifSansSerifMonospace;
	font-size:13px;
	font-weight:bold;

}
.basketdetails label a, .basketdetails label a:visited, .basketdetails label a:hover, .basketdetails label a:active {
	color:#7399D2;
}
.basketdetails span {
	width:60px;
	color:#7399D2;
	font-family:Tahoma, serifSansSerifMonospace;
	font-size:13px;
	font-weight:bold;
}


.newsbox, .newsbox a, .newsbox a:visited, .newsbox a:hover, .newsbox a:active {
font-size:15px;
	color:#666666;
}
.datenews {
	font-size:11px;
	color:#666666;
	padding-bottom:3px;
}


.bluefooter {
	background-image:url(/images/blue-footer.jpg);
	overflow:visible; 
	background-repeat:repeat-x;
	height:194px;
margin-top:10px;
	color:#FFFFFF;
}
.innerbluefooter {
margin:auto;
	width:950px;
	position:relative;
}
.bottom-menu {
margin:auto;
	width:950px;
	top:70px;
	left:-190px;
	position:relative;
	line-height:25px;
}
.bottom-menu, .bottom-menu a, .bottom-menu a:visited, .bottom-menu a:hover, .bottom-menu a:active {
color:#CCCCCC;
font-weight:normal;
}
.linesave-banner {
	margin:auto;
	width:950px;
	top:70px;
	right:0px;
	position:relative;
	line-height:18px;
	text-align:right;
}
.linesave-banner, .linesave-banner a, .linesave-banner a:visited, .linesave-banner a:hover, .linesave-banner a:active {
color:#CCCCCC;
font-weight:normal;
font-size:10px;
}


.bottle {
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	position:absolute;
	left:0;
	top:13px;
	/*background-color:#A5BDE2;*/


}


.bluefootermaillist {
	background-image:url(/images/maillistbox.jpg);
	background-repeat:no-repeat;
		position:absolute;
height:40px;
width:200px;
right:0;
top:9px;
	
}





/* template - indexpage styles start here */

.menus-container {
	width:180px;
	}
	
.top-text-container {
	width:320px;	
	float:left;

}	




/* template - indexpage styles end here */


/* template.php styles ends here */

.templatelayout {
	margin:5px; border:solid; border-width:1px; border-color:#26416C;
}



.recently-viewed-content-box {
	background-image:url(images/recent-content-bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:165px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom:2px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
}

.recently-viewed-content-box p {
    margin:0;
    padding:0;
}

.boxprod {
    /*width:105px;*/
    text-align:left;
    font-size:12px;
    font-weight:bold;
}

.boxprod img { /*border:1px #000000 solid;*/ margin:3px; }

.boxprod span { display:block; color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal;}
.boxprod label { display:block; color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold;}

.boxprod a:link, .boxprod a:hover, .boxprod a:visited {
    text-decoration:none;
    color:#000;
    font-size:12px;
}

.cms-grid {width:100%;}

.highlight {
	width:180px;
	height:140px;
	margin-left:10px;
	padding-bottom:10px;
}

.topbar1 {
    background:transparent url(images/topleft.gif) no-repeat left top;
    height:28px;
    padding-left:19px;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    margin-top:2px;
	background-color:#264168;
}

.topright {
    background:transparent url(images/topright.gif) no-repeat right top;
    width:19px;
    height:28px;
    width:100%;
	background-color:#264168;

}

.topbartitle {
	background:transparent url(images/topbarcenter.gif) repeat-x;
    height:22px;
    margin-right:19px;
    padding-top:6px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	background-color:#264168;
}

* html .topbartitle { height:28px; }

.title-bar {
	border-bottom:#264168 solid 1px;
	font-size:12px;
}
.title-bar span {
	background-color:#264168;
	color:#FFFFFF;
	height:25px;
	font-weight:bold;
	line-height:25px;
	padding:5px;
	}
* html .title-bar span {
	padding:0 5px 0 5px;

	}
	
	

pagination {
    /*margin:25px auto 25px auto;*/

    position:relative;
    font-size:9px; font-weight:bold;
}

.pagination a, .pagination .active {
   /* padding:5px;*/ 
    color:#264168;
    /*border: 2px solid #CCC;*/
    text-decoration:none;
}

.pagination a:hover, .pagination .active {
    /*background:#dddddd;*/
    color:#264168;
    text-decoration:none;
}

.pagination .active {
    cursor:pointer;
    font-weight:bold;
    text-decoration:none;
}

.pagination .num {
    cursor:pointer;
    text-decoration:none; 
}

.pagination .label a { text-decoration:none; }

.pagination a, .pagination a:link, .pagination a:hover, .pagination a:visited {
	text-decoration:none;
	color:#264168;
	padding:2px;
}

#marqueecontainer {
    position: relative;
    width: 150px; /*marquee width */
    height: 110px; /*marquee height was 190*/
    overflow: hidden;
    padding-left:5px;
    z-index:900;
}

#vmarquee, #vmarquee2 {
  left: 0px;
}

.sbutton1, .sbutton2, .sbutton3, .sbutton5 {
    border:2px solid #ccc;
    background-color:#F70118;
    color:#FFF;
    font-weight:bold;
	font-size:10px;
}

.sbutton2, .sbutton4 {
    background-color:#F70118;
    font-size:11px; 
    font-weight:bold; 
    color:#fff;
    padding:4px;
    margin:0px;
    cursor:pointer;
    text-decoration:none;
}

.sbutton3 {background-color:#F70118; font-size:11px; }

* html .sbutton2:link {display:inline-block;}

#product_view {
    font-size:12px;
    /*width:436px;*/
	display:block;
}

#product_view img { border: 1px solid #cccccc;}

.product_thumbx { margin-right:2px; }

.product_desc { padding:15px 5px 5px 5px; font-weight:normal; }

.prod-opts  {
	border:#999999 solid 1px;
	width:280px;


}
/*
.prod-opts select {  width:190px; margin:0; padding:0; }

.prod-opts span {
	background-color:#999999;
	width:90px;
	height:19px;
	line-height:19px;

	display:block; float:left;
	
}*/


.recent-links {
	color:#666666;
	font-size:15px;
	font-weight:bold;
}
.recent-links a, .recent-links a:visited, .recent-links a:hover, .recent-links a:active {
	color:#666666;
	font-size:13px;
	font-weight:normal;

}

.prod-buttons {
    background-color:#CCCCCC;
    color:#333333;
	font-size:15px;
	height:22px;

 width:270px;
	border:0;

}
.prod-list-buttons {
    background-color:#CCCCCC;
    color:#333333;
	font-size:15px;
	height:22px;

 width:135px;
	border:0;

}

.cart-buttons {
    background-color:#CCCCCC;
    color:#333333;
	font-size:15px;
	height:22px;

	border:0;

}


.opts-lbl {
	background-color:#CCCCCC;	
	font-size:15px;
	font-weight:normal;
	color:#333333;
	padding-left:3px;

}

.opts-menu {
	border:#CCCCCC solid 1px;	 	

}
.menus {
	width:180px;
	
}


.product_addons {
	margin-top:4px;
	font-size:11px;
}



.product_addons, .addon_text { font-size:12px; }

.product_price { padding:10px; font-size:13px; font-weight:bold; }

.product_info { padding:15px 0 0 0; font-size:12px;  }

.product_code { font-weight:normal; font-size:11px; }

.prodcuts_related_title { border-bottom:1px solid #cccccc; padding-left:10px}

.addon_text a:link, .addon_text a:hover, .addon_text a:visited {text-decoration:none;color:#000;}

#product_view a:link, #product_view a:hover, #product_view a:visited {
    text-decoration:none;color:#000;
    font-size:12px;
}

.view_product_link a:link, .view_product_link a:hover, .view_product_link a:visited {
    text-decoration:none;
    color:#FFFFFF;
    background:#26416C;
    border:1px solid #000;
    display:block;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    width:100px;
    padding:4px;
}

.price {
	color:#264168;
	font-size:20px;	
}
.old-price {
	color:#264168;
	font-size:15px;	
	text-decoration:line-through;
	
}

.related tr { border:1px solid #ccc; }

.relprod_title { font-size:9px; font-weight:bold; }

.addon_text { width:200px; padding-left:5px; }

.addons_head { font-size:9px; }

.addons {
	border-bottom:#264168 solid 1px;
}

.balloonstyle {
    position:absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    visibility: hidden;
    border:1px solid black;
    font:normal 12px Verdana;
    line-height: 18px;
    z-index: 9999;
    background-color: #FFFFE0;
	width: 350px;
}
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}*/

#arrowhead {
    z-index: 99;
    position:absolute;
    top: -500px;
    left: 0;
    visibility: hidden;
}

#imgbox {
	background:transparent;
    position:absolute;
	z-index:9000;
}

#scrollpanel {
	position:relative;
	z-index:7000;
	display:block;
	margin:0 auto;
}

.thumbimg {
    z-index:9000;
    cursor:pointer;
}

#mainImg {
    background:#000;
    position:absolute;
    border:1px solid #CCC;
}

#closebox, #print {
    background:transparent url(../images/jspop/buttonbg.gif) no-repeat;
    text-align:center;
    color:#000;
    position:absolute;
    z-index:1000;
    width:73px;
    height:21px;
    padding-top:4px;
    font-family:Tahoma,Arial,sans-serif;
    font-size:11px;
    font-weight:bold;
    z-index:1000;
    cursor:pointer;
}

#print { top:5px; }

#pause {
    background:transparent url(../images/jspop/pause.gif) no-repeat;
    position:absolute;
    width:11px;
    height:10px;
    z-index:9999;
	display:none;
}

/*
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/

.jcarousel-container {position: relative;}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
    height: 60px;
}

.jcarousel-skin-tango.jcarousel-container {background: #000;}

.jcarousel-skin-tango .jcarousel-clip-horizontal {height: 60px;}

.jcarousel-skin-tango .jcarousel-item {width:80px;height: 60px;}

.jcarousel-skin-tango .jcarousel-item-horizontal {margin-right: 0px;}

.jcarousel-skin-tango .jcarousel-item-placeholder {background: #000;color: #000;}

#toptext {
    margin:0px;
    font-size:12px;
}

#bottomtext {font-size:12px; /*width:476px;*/ margin-top:35px;}

#datatable td { padding:3px; border-bottom:1px solid #ccc; }

.searchresult_name {font-size:12px;}

.searchprice {
    font-weight:bold;
    font-size:12px;
}

.searchresult_name a:link, .searchresult_name a:hover, .searchresult_name a:visited {
    text-decoration:none;color:#000;
    font-size:12px;
}

#carttable {
    border:1px solid #ccc;
    width:100%;
    border-collapse:collapse;
	border:1px solid #ccc;
    font-size:12px;
	margin-top:10px;
}

#carttable th {
    background:#e4e5e0;
    padding:5px;
    border:1px solid #ccc;
}

#carttable .head { 
    background:#e4e5e0; 
    font-weight:bold; 
    text-align:right;
}

#carttable td {
    padding:5px;
    border:1px solid #ccc;
    font-size:12px;
    text-align:center;
}

#carttable .index { text-align:left; }

#carttable .opts { font-size:10px;}

#carttable a, #carttable a:link, #carttable a:visited {
	text-decoration:none;
	color:#445248;
}

#carttable a:hover{text-decoration:underline;}

#product_added {
    border:2px solid #fff;
    background:green;
    font-weight:bold;
    padding:6px;
    color:#FFF;
    text-align:center;
}

#checkout_button_1, #checkout_button_1 a {
    font-size:12px;
    text-decoration:none;
    background:transparent url('images/continue2.gif') no-repeat;
    border:0;
    width:150px;
    height:43px;
	outline:0px;
    cursor:pointer;
    margin:20px 0 0 0;
    display:block;
}

#checkout_button_1 a { margin:0px; }

#checkout_button_2, #checkout_button_2 a {
    font-size:12px;
    text-decoration:none;
    background:url('images/checkout2.gif') no-repeat;
    border:0;
    width:150px;
    height:43px;
    margin:20px 0 0 0;
    outline:0px;
    display:block;
    cursor:pointer;
}

#checkout_button_2 a { margin:0px; }

#stock_errormsg {
   color:red;
   font-weight:bold;
}

.contentbox {
	margin-left:1px;
	width:90%;
	padding:10px;
	font-size:12px;
}
/*
* html .contentbox {width: 441px;}
*/
.close_content {
	height:20px;
	width:100%;
}

* html .close_content { width:442px; }

.cat-links, .cart-links a, .cart-links a:visited, .cart-links a:hover {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px; 
}

.prod-links {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size: 9px; 
}

#category_page { font-size:12px; }
#category_page td { font-size:12px; }

.qty { text-align:center; }

.searchresult {
    font-size:11px;
    padding:10px 0 5px 0;
    border-bottom:1px solid #ccc;
    width:100%;
}

.delivery, .delivery p { font-size:12px; }

.delivery .delborder {
    border-left:1px solid #ccc;
    padding:0px 5px 0px 15px;
}

#checkout_breadcrumb {
    text-align:center;
    padding:15px 0px 0px 0px;
}

#checkout_breadcrumb li {
    display:inline;
    padding-right:10px;
    color:#ececec;
}

#checkout_breadcrumb li .last { padding:0px; }

#checkout_breadcrumb li .active {
    font-weight:bold;
    background:url('images/cart-small.gif') no-repeat left;
    padding:0 0 0 25px;
}

#checkout_breadcrumb a, #checkout_breadcrumb a:link, #checkout_breadcrumb a:visited {
	text-decoration:none;
	color:#000;
}

.payoptions_item {
    background:#FFF;
    cursor:pointer;
}

.payoptions_mouseover {
    background:#fafafa;
    cursor:pointer;
}   

.boxbody {
    border-bottom:1px solid #264168;
    font-size:12px;
}

.boxbody a, .boxbody a:visited, .boxbody a:hover {
    color:#000;
    font-size:12px;
}

.smalltext { font-size:9px; }

#sm_table { width:100%; }

#sm_table td {
    vertical-align:top;
    width:33%;
}

P.breakhere {page-break-before: always}

.accback a, .accback a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}

.accback a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration:underline;
}

.accountul li {
    margin:10px 0 5px 0;
}

.accountul a, .accountul a:visited{
	text-decoration:none;
	color:#222;
	font-size:12px;
}

.accountul a:hover{
	text-decoration:underline;
	color:#222;
	font-size:12px;
}

.search-name {
font-size:12px;
font-weight:normal;
color:#203b63;
}
.search-name a, .search-name a:visited, .search-name a:hover, .search-name a:active {
font-size:12px;
font-weight:bold;
color:#203b63;
}
.search-price {
font-size:15px;
font-weight:bold;
color:#203b63;
}

.short-desc {
	font-size:12px;
color:#203b63;
	
}