@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	list-style: none;
}

body {
	margin: 5px;
	padding: 0px;
	/*font-family: "Trebuchet MS", Verdana;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 12px;
	
}

h1 {
	font-size: 17px;
	font-weight: normal;
	color: #2a2a2a;
	margin: 18px 0 20px 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #2a2a2a;
	margin: 18px 0 18px 0;
	line-height: normal;
}

h3 {
	font-size: 13px;
	color: #2a2a2a;
	margin: 0 0 6px 0;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #3c987b;
	margin: 0 0 0 0;
	line-height: normal;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	color: #3c987b;
	margin: 0 0 0 3px;
	line-height: normal;
}


p {
	line-height: 16px;
	margin-bottom: 15px;
	font-size: 12px;
}

a, a:link, a:visited, a:active {
	color: #ec519d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #6b6b6b;
}


img { border: 0;}

#TopBar {
	width: 100%;
	height: 114px;
	background-color: #8bd0ba;
}

#LeftBar {
	width: 217px;
	border: 1px solid #afc8c0;
	background-color: #e6f4f0;
	float: left;
	margin: 5px 0;
}

#Menu {
	margin: 16px;
	/*color: #6abea3;*/
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#Menu li {
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #bce2d6;
}

#Menu li a, #Menu li a:link, #Menu li a:visited, #Menu li a:active {
	/*color: #4c4c4c;*/
	color: #000;
	text-decoration: none;
}

#Menu li a:hover {
	color: #f04b9c;
}

#LeftBasket, #LeftCall, #Warranty {
	width: 197px;
	background-color: #FFFFFF;
	border-top: 3px solid #bce2d6;
	border-bottom: 3px solid #bce2d6;
	padding: 10px 10px 0 10px;
	font-size: 11px;
}

#LeftBasket a, #LeftBasket a:link, #LeftBasket a:visited, #LeftBasket a:active {
	color: #16976e;
	text-decoration: none;
}

#LeftBasket a:hover {
	color: #000000;
}

#LeftCall, #Warranty {
	margin: 10px 0 0 0;
}

#StyleCollections {
	width: 204px;
	background-color: #FFFFFF;
	border-top: 3px solid #bce2d6;
	border-bottom: 3px solid #bce2d6;
	padding: 10px 6px 5px 7px;
	font-size: 11px;
	margin: 10px 0 0 0;
}

#LeftCall p {
	line-height: 11px;
	font-size: 11px;
	margin: 0 0 6px 0;
}

#SubTotal {
	width: 108px;
	text-align: right;
	height: 20px;
	padding: 8px 0 0 0;
	margin: 11px 0 9px 0;
}

#SubButt {
	float: right;
	width: 84px;
	height: 20px;
	background-image: url(../images/butt1_back.gif);
	padding: 8px 0 0 0;
	text-align: center;
	margin: 10px 0 0 0;
}
#SubButt a, #SubButt a:link, #SubButt a:visited, #SubButt a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#SubButt a:hover {
	color: #000000;
}

.CallTime {
	width: 108px;
	border: 1px solid #8bd0ba;
	margin: 14px 0 9px 0;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
}

#ReqButt {
	float: right;
	width: 84px;
	height: 20px;
	background-image: url(../images/butt1_back.gif);
	padding: 8px 0 0 0;
	text-align: center;
	margin: 10px 0 0 0;
}
#ReqButt a, #ReqButt a:link, #ReqButt a:visited, #ReqButt a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#ReqButt a:hover {
	color: #000000;
}

#PopularLinks {
	width: 204px;
	height: auto;
	background-color: #FFFFFF;
	border-top: 3px solid #bce2d6;
	border-bottom: 3px solid #bce2d6;
	padding: 10px 6px 5px 7px;
	font-size: 11px;
	margin: 10px 0 0 0;
}

#LinksMenu {
	margin: 0 16px 4px 16px;
	color: #6abea3;
	font-size: 12px;
	font-weight: bold;
}

#LinksMenu li {
	padding: 3px 0 3px 0;
}

#LinksMenu li a, #LinksMenu li a:link, #LinksMenu li a:visited, #LinksMenu li a:active {
	color: #4c4c4c;
	text-decoration: none;
}

#LinksMenu li a:hover {
	color: #f04b9c;
}

#MostPopular {
	width: 564px;
	margin: 6px auto 0 auto;
}

#MostPopular a, #MostPopular a:link, #MostPopular a:visited, #MostPopular a:active {
	color: #16976e;
	text-decoration: none;
}


#MostPopular a:hover {
	color: #ec519d;
}

#MostPopular li {
	float: left;
	width: 90px;
	height: auto;
	text-align: center;
	font-size: 11px;
	margin: 0 2px 3px 2px;
}

#BottomBar {
	width: 100%;
	
	background-color: #8fcfba;
	margin: 5px 0 0 0;
	line-height: normal;
	clear: both;
}

#BottomBar a, #BottomBar a:link, #BottomBar a:visited, #BottomBar a:active {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 16px 0 0;
}

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

#BottomBar p {
	color: #fd0f82;
	font-size: 11px;
	padding: 17px 0 0 5px;
	display: block;
}

#BottomBarRight {
	width: 430px;
	float: right;
	text-align: right;
	margin: 12px 12px 0 0;
}

#DV8Links {
	width: 100%;
	margin: 10px 0 5px 0;
	text-align: right;
	display: block;
}

#DV8Links a, #DV8Links a:link, #DV8Links a:visited, #DV8Links a:active {
	font-size: 11px;
	color: #3c987b;
}

#DV8Links a:hover {
	color: #f24a9b;
}


#Breadcrumb {
	width: auto;
	float: right;
	font-size: 12px;
	line-height: 16px;
	margin: 6px 0px 15px 8px;
}

/* Basket
************************************************/

.basket_tbl
{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

.basket_tbl th
{
	text-align: left;
	padding: 5px 10px;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
}

.basket_tbl td
{
	padding: 10px;
	border: 1px solid #E5E5E5;
}

.basket_tbl td.r, .basket_tbl th.r  { text-align: right;}

.basket_tbl tr.total td { text-align: right;}

.checkout_tbl
{
	width: 100%;
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
}

.checkout_tbl th
{
	text-align: left;
	font-weight: normal;
	width:130px;
	padding: 6px;
}
.checkout_tbl td
{
	padding: 6px;
}


.pagination
{
	padding: 20px;
	text-align: center;
}

.pagination a
{
	margin: 0 20px;
}


.search_form
{
	padding :10px;
	border-top: 2px solid #8BD0BA;
	border-bottom: 2px solid #8BD0BA;
	background-color: #E6F4F0;
}

#search_query_page
{
	border: 1px solid #8BD0BA;
	padding: 2px;
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	width: 300px;
}



.button a
{
	display: block;
	border: 1px solid #E5E5E5;
	text-align: center;
	padding:  5px;
	font-size: 11px;
	width: 120px;
}

.button a:hover
{
	background-color: #ec519d;
	color: white;
}

#checkrate {
	text-align: left;
	float: left;
	position:absolute;
	padding: 5px;
}

#copyright
{
	text-align: center;
	padding: 10px;
	font-size: 10px;
}


.pink { color: #BF3A7B; font-weight: bold; }

.selectBox
{
	padding-right: 8px;
	width: 5%;
}

.margLeft
{
	margin-left: 10px;
}

.shopfp 
{
	list-style: none;
	display: inline;
	width: 150px;
	font-size: 12px;
	color: #000;
}

.shopfp a 
{
	margin: 0 12px 12px 0;
	font-size: 12px;
	color: #000;
}

#catlister 
{
	margin: 0;
	padding: 0;
}

.catsurround 
{
	display: inline;
	border: 1px solid #95C7D5;
	padding: 0;
	float: left;
	width: 150px ! important;
	font-size: 75%;
	background: #E6F4F0;
	color: #000 ! important;
}

.shopfp a.catsurround:hover 
{
	color: #F24A9B ! important;
	font-size: 12px;
}

.block3 
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 99%;
}

.catsurround img 
{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #95C7D5;
	display: block;
}

.catsurround div 
{
	border-top: 1px solid #95C7D5;
	display: inline;
}

a.catsurround:hover 
{
	background: #8BD0BA;
	color: #F24A9B;
	text-decoration: none;
}
