/* Generic Styling */

* {
	margin: 0;
	padding: 0;
}	

body {
	background: #ffffff;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}

	body * {
		text-align: left;
	}

html, body {
	
	height: 100%;

}

body {
	background: url(../img/bg.gif);
}


div#header ul {
	font-family: Georgia, "Times New Roman", sans-serif;
	
}


div#navigation {
	font-family: Georgia, "Times New Roman", sans-serif;
}


img {
	border: none;
}

/* Inline Styling */

#accessNav {
	left: -1000px;
	position: absolute;
}

.clearer {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/* Page Structures */

#siteWrapper {
	margin: 0 auto;
	width: 962px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	border-left: 3px #fff solid;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	background: url(../img/wapper-bg.gif) repeat-y;
}

#sideBar {
	background: #efeee0;
	float: right;
	width: 200px;
	height: 100%;
}
	
	#yourBasket {
		background: #5d5d5d url(../img/your-basket-bg.gif) top left no-repeat;
		width: 163px;
		height:47px;
		margin:3px 9px 0;
		padding: 10px;
	}
	
	#yourBasket h2 {
		color: #d6d6d6;
		font-weight: normal;
		font-size: 1.2em;
		padding-bottom: 4px;
		border-bottom: 2px #828282 solid;
	}	

	#yourBasket ul {
		list-style: none;
		margin: 4px 0;
	}

		#yourBasket ul.left {
			float: left
		}

			#yourBasket ul.left li {
				color: #ffffff;
				font-size: 0.8em;			
			}

			#yourBasket ul.left li a {
				color: #679cb2;
				font-size: 0.9em;
				text-decoration: underline;
			}
	
			#yourBasket ul.left li a:hover {
				text-decoration: none;
			}

		#yourBasket ul.right {
			float: right
		}
			
			#yourBasket ul.right li {
				color: #999999;
				font-size: 0.8em;			
				text-align: right;
			}

			#yourBasket ul.right li a {
				color: #679cb2;
				font-size: 0.9em;
				text-decoration: underline;
			}

			#yourBasket ul.right li a:hover {
				text-decoration: none;
			}
			
			#yourBasket ul.right li em {
				color: #ffffff;
				font-style: normal;
			}

	#yourAccount {
		background: #484848 url(../img/your-account-bg.gif) bottom left no-repeat;
		width: 163px;
		/* height: 70px; */
		margin:0 9px 0;
		padding:0 10px;
	}
	
	#yourAccount h2 {
		color: #d6d6d6;
		font-weight: normal;
		font-size: 1.2em;
		padding-bottom: 4px;
		border-bottom: 2px #828282 solid;
	}	
	
	#yourAccount ul {
		list-style: none;
		margin: 4px 0;
	}

		#yourAccount ul {
			float: left
		}

			#yourAccount ul {
				color: #ffffff;
				font-size: 0.8em;	
				padding-bottom: 5px;			
			}

			#yourAccount ul li a {
				color: #679cb2;
				font-size: 0.9em;
				text-decoration: underline;
				
			}
	
			#yourAccount ul li a:hover {
				text-decoration: none;
			}
			
			#yourAccount li.buttonPart {
				margin-top: 5px;
			}

	#latestNews {
		background: transparent url(../img/product-box.gif) no-repeat scroll left top;
		width: 140px;
		margin: 0 22px 1px;
		padding:5px 8px 23px 7px;
	}
	
	#latestNews h2 {
		color: #363636;
		font-weight: normal;
		font-size: 0.9em;
		padding-bottom: 4px;
	}	

	#latestNews h2 a{
		color: #679cb2;
	}

	#latestNews p {
		color: #363636;
		font-size: 0.9em;
	}

		#latestNews p strong {
			display: block;
			margin: 3px 0;
		}

		#latestNews p em {
			display: block;
			margin: 3px 0;
			font-style: normal;
		}
		
	#latestNews ul {
		list-style: none;
		margin: 0;		
	}
	
		#latestNews ul li {
			color: #363636;
			font-size: 0.9em;
			margin: 2px 0;
		}

			#latestNews p a,
			#latestNews ul li a {
				display: block;
				color: #679cb2;
				font-size: 0.9em;
				text-decoration: underline;
				font-weight: bold;
			}
	
			#latestNews p a:hover,
			#latestNews ul li a:hover {
				text-decoration: none;
				color:#3DC2D3;
			}

	#rss-subscribe {
		background: #cac9c2 url(../img/rss-subscribe-bg.gif) bottom left no-repeat;
		width: 163px;
		margin: 0 9px 0px;
		padding: 10px;
		color: #ffffff;
		font-size: 0.85em;
		font-weight: bold;
		display: block;
		text-decoration: none;
	}

		#rss-subscribe:hover span {
			text-decoration: none;
		}

		#rss-subscribe img {
			vertical-align: text-top; 
			margin-right: 5px;

		}
		
	#sideBar img.bottom {
		padding: 10px;
	}

#container {
	float: left;
	height: 100%;
}

#header {
	background: #fff url(../img/header-bg.gif) right bottom no-repeat;
	height: 165px;
	width: 762px;
 	position: relative;	
}
	
	
	#header img {
		margin-left: 20px;
	}
	
	#header ul {
		list-style: none;
		background: url(../img/menu-bg.gif) left bottom no-repeat;
		float: left;
		min-width: 600px;
		margin: 4px 0px 2px;
		border-bottom: 1px solid white;
		bottom: 0;		
	}

	#header ul li {
		float: left;
	}
	
	#header ul li a {
		color:#3DC2D3;
		display:block;
		font-size:1em;
		margin-left:15px;
		padding:13px 0 7px 0;
		text-decoration:underline;
	}
	
	#header ul li a:hover {
		color: #0091cc;
		text-decoration:none;
	}
	
	#header ul li.current a {
		color: #0091cc;
		background: url(../img/arrow.gif) bottom center no-repeat;
	}				

#navigation {
	float: left;
	width: 194px;
	background: #efeee0 url(../img/navigation-bg.gif) top right no-repeat;
	clear: left;
}

	#navigation ul {
		list-style: none;
		margin: 10px 0 10px 10px;
	}
		
		#navigation ul li {
		}
		
			#navigation ul li a, #navigation ul li span {
				color: #7b858a;
				font-size: 1.2em;
				font-weight: normal;
				text-decoration: none;
				cursor: pointer;
			}
	
			#navigation ul li a:hover, #navigation ul li.current span, #navigation ul li.current a {
				color: #0091cc;
			}
			
				
	#navigation ul  ul {
		margin: 2px 0 10px;
	}

		#navigation ul  ul li a {
			color: #72726e !important;
			font-size: 0.9em;
			font-weight: normal;
			text-decoration: underline;
		}

		#navigation ul  ul li a:hover {
			text-decoration: none;
		}


	#recommendUsForm {
		width: 160px;
		margin: 0 auto;
	}
	
	#recommendUsForm h2 {
		color: #363636;
		font-weight: normal;
		font-size: 1.2em;
		padding-bottom: 4px;
		border-bottom: 2px #ccc solid;
	}	
	
	#recommendUsForm p {
		color: #363636;
		font-size: 0.9em;	
		padding: 4px 0;
	}

	#recommendUsForm fieldset {
		border: none;
		margin: 0;
	}
	
		#recommendUsForm fieldset ol {
			list-style: none;
		}  
		
		#recommendUsForm fieldset li {
			padding: 0;
			margin: 0;
		}
		
		#recommendUsForm fieldset label {
			padding: 0;
		}
		
			#recommendUsForm fieldset label span {
				left: -10000px;
				position: absolute;
			}
			
			#recommendUsForm fieldset label input {
				color: #363636;
				background: #ffffff;
				width: 150px;
				font-size: 0.8em;
				margin: 2px 0 0;
				padding: 1px 3px;				
			}

		#recommendUsForm fieldset input#recommend {
			float: right;
			margin: 5px 0px 0 0;
		}	
	

	img.giftWrapping {
		padding: 5px 0 5px 3px;
	}
	
	img.protx {
		padding: 10px 0 0 0;
	}

	img.bja {
		padding: 2px 0 2px 13px;
	}

#content {
	float: left;
	background: #ffffff;
	padding: 1px;
	width: 566px;	
	height: 100%;
}

	#content h1 {
		color: #464646;
		font-size: 1.5em;
		padding: 5px 0 10px 20px;
	}
	
	#content h2 {
		color: #6E6E6E;
		font-size: 1.3em;
		padding: 10px 0 5px 20px;
	}
	
	#content h3 {
		color: #0091CC;
		font-size: 1em;
		margin: 15px 0pt -10px 20px;
	}

	#content div.basket_box h3, #content div.checkoutform h3 {
		margin: 0 0 0.5em 0;
	}
	
	#content p {
		color:#7A7A7A;
		line-height:14px;
		padding:14px 7px 0 20px;
		text-align:left;
	} 

	#content a {
		color:#679CB2;
		font-weight:bold;
		text-decoration:underline;
	}
	
		#content a:hover {
			text-decoration: none;
			color:#3DC2D3;
		}


#bulletlist {
	color:#0091CC;
	font-size:0.9em;
	line-height:16px;
	list-style-type:disc;
	margin:2px 0 4px 35px;		
	}

#footer {
	clear: both;
	background: url(../img/footer-bg.gif) no-repeat;
	height: 123px;
	width: 962px;
}
	
	#footer div {
		margin: 0 auto;
		padding-top: 23px;
		width: 550px;
		overflow: hidden;
	}

	#footer address {
		float: left;
		font-size: 0.8em;
		font-style: normal;
		width: 150px;
	}
	
	#footer ul {
		list-style: none;
	}
		
		#footer ul.contactInfo {
			float: left
		}

			#footer ul.contactInfo li, 
			#footer ul.contactInfo li a {
				color: #999999;
				font-size: 0.9em;
				text-decoration: underline;
			}
	
			#footer ul.contactInfo li a:hover {
				text-decoration: none;
			}
		
		#footer ul.siteLinks {
			margin-right: 10px;
			float: right;
			text-align: right;
		}
		
			#footer ul.siteLinks li {
				color: #999999;
				font-size: 0.8em;
				text-align: right;
			}
			
			#footer ul.siteLinks li a {
				color: #999999;
				font-size: 0.9em;
				text-decoration: underline;
			}
	
			#footer ul.siteLinks li a:hover {
				text-decoration: none;
			}		
			
/* Forms */



fieldset {
	border: 1px solid #999999;
	margin: 1em 0;
}

	fieldset legend {	
		font-size: 1.2em;
		font-weight: bold;
		padding: 0 0.5em;
		color: #8C2926;
		margin-left: 0.5em;
	}

	fieldset.hideTitle {
		border: none;
	}
	
		fieldset.hideTitle legend {
			position: absolute;
			left: -10000px;
			font-size: 0;
			line-height: 0;
		}
	
	fieldset ol {
		list-style: none;
	}



/* Product */

#productList {
		list-style: none;
		margin: 15px 0px 5px 19px;
		
	}
	
		#productList li.singleProduct {
			background: url(../img/product-box.gif) top left no-repeat;
			list-style-type: none;
			width: 155px;
			height: 214px;
			float: left;
			margin: 0px 2px 12px 28px;
		}
		
		#productList li.singleProduct.firstInRow {
			margin-left: 2px;
		}

ul#productDetails li {
	list-style-type: none;
	display: inline;
	
}



ul#productDetails li.productViewImageLink {
	height: 176px;
	width: 143px;
	background: transparent url(../img/prodblock-image-bg.gif) no-repeat;
	font-size: 9px;	
	display: block;
	margin: 6px 6px 2px;
	
}

ul#productDetails li.productViewImageLink a{
	display: block;
	text-decoration: none;
	color: #3DC2D3;
}

ul#productDetails li.productViewImageLink a span {
	display: block;
	text-align: center;
	height: 45px;
	line-height: 120%;
	text-decoration: underline;
	font-weight:normal;
}

ul#productDetails li.productViewImageLink a span.large {
	font-size:12px;
	font-weight:bold;
}

ul#productDetails li.productViewImageLink a:hover span{
	text-decoration: none;
}

ul#productDetails li img.productImage {
	margin: 1px 0px -2px 6px;
	
}

ul#productDetails li span.productPrice {
	float: left;
	margin: 5px 10px 5px 11px;
	color: #0092cb;
	width: 50px;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;	
}

ul#productDetails li .blue {
	margin:3px 0 0 -3px;
 	color: #7A7A7A; 
	font-weight: normal;
	float: left;
}


ul#productDetails li span.productViewBttDesc {
	font-size: 0.90em;
	display: block;
	float: left;
	clear:right;
	/* margin: 7px 0px 10px 0px; */
	margin: 0px 0px 10px 24px;	
	width: 30px;
	color: #787878;
	text-decoration: underline;
		
}

ul#productDetails li a.productViewBttLink {
	background: none;
	display: inline;
	margin: 0px;
}

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

	
.brandsTitle span {
	font-weight: bold;	

}

div#yourAccount  {
	overflow: hidden;
}


div#yourAccount input.text {
	width: 150px;
}



div#yourAccount label {
	color:#FFFFFF;
	font-size:0.8em;
}


div#yourAccount fieldset {
	border: none;
	margin: 0px;
}

div#yourAccount input.imgButton {
	border: none;
}

form#detailsForm div.formBlock {
	margin: 10px 15px;	
}



form#detailsForm div.formBlock input {
	border:1px solid #CCCCCC;
	display:block;
	float:left;
	width:250px;
}


form#detailsForm div.formBlock input.inputImage {
	border: none;
	display: normal;
		
	width: auto; 
}

form#detailsForm div.formBlock label {
	
	clear:both;
	display:block;
	float:none;
	margin:0pt;
	padding:14px 0pt;
	position:relative;
	width:auto;
		
}


form#detailsForm div.formBlock label span {
	display:block;
	float:left;
	line-height:1.5em;
	position:relative;
	width: 240px;
	font-weight: bold;
}

form#detailsForm div.formBlock label span em {
	position:absolute;
	right:5px;
	font-weight: normal;
	color: #0091cc;
	
}

form#detailsForm div.formBlock legend {
	float:left;
	margin:0pt;
	padding:0pt;	
	
}

form#detailsForm div.formBlock h3 {
	background:#D4D4D4 none no-repeat scroll 0pt 0pt;
	color:#FFFFFF;
	font-size:1.25em;
	height:25px;
	margin:8px 0px 0px;
	padding:3px 12px 0pt;
}

.inputButton2 {
float:right;
margin:0 20px 0 0;
}



/*  news */

#content h1.newsTitle, #content h2.newsTitle	{
	color: #0091CC !important;
	font-weight: bold;
	font-size: 1.25em !important;	
	padding:0 0 0 20px;
	line-height: 20px;
}

#content h1.newsTitle a, #content h2.newsTitle a	{
	
	font-size: 14px;
	font-weight: normal;		
}


#content p.newsDate {
	color: #999999 !important;
	font-weight: bold;
	font-size: 0.8em !important;	
	padding: 0 0 10px 20px;
}

ul.errorList {
	list-style-type: disc;
	margin: 4px ;
	color: red;
	padding-left: 35px;
}

ul.noticeList {
	list-style-type: disc;
	margin: 4px ;
	padding-left: 35px;
	color: #0091cc;
}

input.regLogoutButton {
	margin-left: 35px;	
}


/* forgotten password  */

div.styledBlock {
	margin: 15px;
}


div.styledBlock div.formBlock fieldset {
	padding: 5px;
}

div.styledBlock div.formBlock h3 {
	background:#D4D4D4 none no-repeat scroll 0pt 0pt;
	color:#FFFFFF;
	font-size:1.25em;
	height:25px;
	margin:8px 0px 0px;
	padding:3px 12px 0pt;
}


div#newsSection {
	margin-top: 10px;	
}

div#newsSection.multi {
	margin-top: 0px;	
}

div#newsSection span {
	margin: 0px 26px;
}


div#newsSection span a.newsLink {
	text-decoration: none;
	color: #7a7a7a;
	font-weight: bold;
}

div#newsSection li {
	list-style-type: disc;
	padding-left: 3px;
	margin-left: 20px;
	color: #0091cc;
}

div#newsSection img {
	border: 0px solid;
	margin: 25px;
}


/*   contact us   */

div.row label {
	font-size: 11px;
	padding-bottom: 10px;
}







ul#ulNav li.additional {
	
	padding-top: 10px;	
}

div#contactform {
	margin: 5px 103px !important;	
}


/* pagination */


#pagination {
	width: 525px;
	margin: 0 0px 0px 20px;
	text-align: center;
}

#currentPage {
	clear: both;
	margin: 0 auto;
	width: 530px;
	
}

#currentPage ul {
	list-style-type: none;	
}


#currentPage ul li  {
	display: block;
	width: 33%;
	margin: 3px 0px;
	float: left;	
}

#currentPage ul li.previous  {
	text-align: left;	
}
	

#currentPage ul li.next  {
	text-align: right;	
}

#currentPage ul li.current  {
	text-align: center;	
	width: 33%;
	color: #000000;
}
	
#currentPage ul li a {
	color: #787878;
}
	
ul.siteMap {
	margin: 5px 0 10px 50px;
}

ul.siteMap ul {
	margin: 10px 0 10px 20px;
}

.offers {
	margin:5px;
	padding:5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.9em;
	font-weight:bold;
}

.offers a {
	color:#679CB2;
}
.offers a:hover {
	text-decoration:none;
	color:#3DC2D3;
}

.bluebox {
	border:1px solid #3DC2D3;
	padding:10px;
	margin:10px;
}

#content h3.details {
	color: #0091CC;
	font-size: 1em;
	margin: 15px 0 -10px 0;
	height: 20px;
}

img.freeLinkSide {	
	display:block;
	margin:0px auto 6px auto;
	text-align:center;
	}
	
img.headerPromo, #homepageFlash {
	margin:-3px 0 0 1px;
	}
