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

body {
	margin-left: 0px;
	margin-top: 0px;
	width: 980px;
	background-image: url(../images/bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	font-size: 11px;
	background-color: #f0f0f0;
}

.leftBar
{
	float:left;
	display: inline;
	width: 67px;
	background-color: #000000;
	height: 600px;
}

.leftBarLogo
{
	background-image: url(../images/logo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 333px;
	width: 67px;
}

.topBar
{
	float:left;
	display:inline; 
	height: 67px;
}

.topMenu
{
	line-height: 67px;
	padding-left: 33px;
	height: 67px;
	width: 612px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#575757;
	background-color:#FFFFFF;
}

.topMenu .selected
{
	font-weight:bold;
	text-decoration:underline;
}

.topMenu .topMenuItem
{
	display: inline;
	float: left;
	padding-right: 25px;
	font-weight:bold;
}

.topMenu a
{
	color:#575757;
	text-decoration:none;
}

.topMenu a:link
{
	color:#575757;
	text-decoration:none;
}

.topMenu a:active
{
	color:#575757;
	text-decoration:none;
}

.topMenu a:visited
{
	color:#575757;
	text-decoration:none;
}

.topMenu a:hover
{
	color:#575757;
	text-decoration:underline;
}
 
.mainArea
{
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 33px;
	display:inline;
	float: left;
	width: 592px;
	vertical-align: top;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #535353;
	line-height: 1.7em;
	background-color:#FFFFFF;
	
	min-height: 600px;
}

.mainArea #errorBox
{
	width: 572px;
	display: block;
	float: left;
	
	background-color: #ffc9c9;
	border-top: 1px solid #c43636;
	border-bottom: 1px solid #c43636;
	
	color: #c43636;
	
	padding: 10px;
	margin-bottom: 15px;
}

.mainArea #successBox
{
	width: 572px;
	display: block;
	float: left;
	
	background-color: #a9f897;
	border-top: 1px solid #308420;
	border-bottom: 1px solid #308420;
	
	color: #308420;
	
	padding: 10px;
	margin-bottom: 15px;
}

.mainArea #adminNavigation
{
	width: 582px;
	display: block;
	float: left;
	
	background-color:#CCC;
	color: #333;
	
	padding: 5px;
	margin-bottom: 10px;
}

.mainArea #adminNavigation a { color:#333; text-decoration:underline; }
.mainArea #adminNavigation a:link { color:#333; text-decoration:underline; }
.mainArea #adminNavigation a:active { color:#333; text-decoration:underline; }
.mainArea #adminNavigation a:visited { color:#333; text-decoration:underline; }
.mainArea #adminNavigation a:hover { color:#333; }

.mainArea .title
{
	font-size: 1.3em;
	line-height: 1.9em;
	color: #343434;
	font-weight:bold;
}

.mainArea .blue
{
	color: #0091bc;
	font-weight:bold;
}

p.mainAreaParagraph
{
	display: block;
}

h1
{
	padding-left: 33px;
	
	margin-top: 0px;
	display:block;
	float: left;
	width: 612px;
	height: 107px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 4.2em;
	font-weight:bold;
	color: #31c0e8;
	line-height: 1em;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}

.raves
{
	border-top: solid 8px #31c0e8;
	margin-left: 10px;
	padding-top: 1em;
	width: 180px;
	display:inline;
	float: left;
	margin-top: 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	color: #31c0e8;
	line-height: 1.6em;
}

.raves .websiteLink
{
	display:block;
	min-height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #31c0e8;
}

.raves .pic
{
	height: 194px;
	background-image: url(../images/raveimage.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom: solid 8px #31c0e8;
}


.raves .mainText
{
	font-size: 1.2em;
}

.raves .greyText
{
	color: #535353;
}

.raves .nameText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.faq ol
{
	
}

.faq ol strong
{
	color: #0091bc;
}

.faq ol li
{
	padding-bottom: 12px;
}

.frontPage
{
	padding-top: 1em;
	list-style: none;
	/*margin-left: 3em;
	text-indent: -1em;*/
}

.frontPage li
{
	margin-left: 0em;
	padding-bottom: 0.6em;
	color: #8f8f8f;
}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color:#BBBBBB;
	display:inline;
	float: left;
	width: 592px;
}

.footer a
{
	color:#66FF33;
	text-decoration:none;
}

.footer a:link
{
	color:#66FF33;
	text-decoration:none;
}

.footer a:active
{
	color:#66FF33;
	text-decoration:none;
}

.footer a:visited
{
	color:#66FF33;
	text-decoration:none;
}

.footer a:hover
{
	color:#66FF33;
	text-decoration:underline;
}

.whereToBuyColumn
{
	margin-top: 0px;
	display:inline;
	float: left;
	width: 281px; /* 296 */
	vertical-align: top;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-right: 15px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #535353;
	line-height: 1.7em;
	background-color:#FFFFFF;
}

.whereToBuyColumn .supplier
{
	margin-top: 0px;
	display:inline;
	float: left;
	width: 281px;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #535353;
	line-height: 1.7em;
	background-color:#FFFFFF;
	
	border-bottom: solid 1px #DDDDDD;
}

.whereToBuyColumn .supplier a
{
	color:#3399CC;
}

.whereToBuyColumn .supplier a:link
{
	color:#3399CC;
}

.whereToBuyColumn .supplier a:active
{
	color:#3399CC;
}

.whereToBuyColumn .supplier a:visited
{
	color:#3399CC;
}

.whereToBuyColumn .supplier a:hover
{
	color:#3399CC;
}

.whereToBuyColumn .supplier .title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #535353;
	line-height: 1.7em;
}

.supplierView
{
	margin-top: 0px;
	display:inline;
	float: left;
	width: 539px;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	height: 30px;
	
	border-bottom: solid 1px #DDDDDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #535353;
	line-height: 30px;
	background-color:#FFFFFF;
}

.supplierViewAdd
{
	margin-top: 0px;
	display:inline;
	float: left;
	width: 539px;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	height: 30px;
	
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #535353;
	line-height: 30px;
	background-color:#EEEEEE;
}

.supplierViewOptions
{
	display:inline;
	float: right;
	border-top: solid 1px #DDDDDD;
	width: 100px;
}

.supplierEdit
{
	width: 592px;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
}

.supplierEditButtons
{
	width: 592px;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align:middle;
}

.supplierEditButtons input
{
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

label
{
	display: block;
	width: 110px;
	float: left;
	line-height: 25px;
	height: 25px;
}

.supplertextbox
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	width: 250px;
	float: left;
}

.supplierAreaTitle
{
	border-bottom: solid 4px #DDDDDD;
	font-size: 1.2em;
	display: block;
	float: left;
	width: 281px;
	height: 35px;
	line-height: 35px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

a
{
	color:#3399CC;
}

a:link
{
	color:#3399CC;
}

a:active
{
	color:#3399CC;
}

a:visited
{
	color:#3399CC;
}

a:hover
{
	color:#3399CC;
}


.storeProductContainer
{
	float:left;
	width: 592px;
	display: block;
}

.storeProduct
{
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display:inline;
	float: left;
	width: 542px;
	vertical-align: top;
	/*height: 120px; */
	padding-top: 10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #535353;
	line-height: 1.7em;
	background-color:#FFFFFF;
}

.storeProductPrice
{
	display:inline;
	float: left;
	width: 542px;
	vertical-align: top;
	
	height: 38px;
	/*margin-bottom: 20px;*/
	background-color: #AAAAAA;
	
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
}

.storeProductPrice .price
{
	background-color: #00aeef;
	width: 75px;
	float: right;
	height: 38px;
	font-size: 1.5em;
	line-height: 38px;
}

.storeProductPrice .priceSale
{
	line-height: 16px;
}

.storeProductPrice .price .onSale
{
	margin-top: 2px;
	font-size: 9px;	
	clear: right;
	line-height: 15px;
}

.storeProductPrice .price .country
{	
	font-size: .8em;
}

.storeProductPrice .title
{
	width: 442px;
	float: left;
	height: 38px;
	color:#FFFFFF;
	font-size: 1.5em;
	line-height: 38px;
	font-weight: bold;
	padding-left: 25px;
	text-align: left;
}

.storeProductPrice .titleOnSale
{
	background-image:url(/images/pricesalebackground.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.storeProduct .image
{
	width: 200px;
	height: 140px;
	display:inline;
	float: left;
	border: solid 0px #999900;
	vertical-align:middle;
}

.storeProduct .details
{
	width: 322px; /* 342 */
	/*height: 120px;*/
	display:inline;
	float: left;
	border: solid 0px #3333FF;
	padding-left: 20px;
}

.storeProduct .title
{
	font-size: 1.2em;
}

.orderAddressAdd
{
	float:left;
	width: 592px;
	display: inline;
	vertical-align: middle;
	line-height: 25px;
	height: 25px;
}

.orderAddressAdd label
{
	float:left;
	width: 150px;
	display: inline;
}

.required
{
	background-color:#FFFF66;
}

.orderAddressAdd input
 {
	float:left;
	width: 250px;
	display: inline;
	
}

.orderAddressAddSubmit
{
	text-align: center;
	float: left;
	width: 592px;
	display: block;
	height: 30px;
	border-top: solid 3px #CCCCCC;
	line-height: 30px;
	vertical-align: middle;
	padding-top: 10px;
	margin-top: 10px;
}

.raves .checkoutText
{
	font-size: 1.05em;
	line-height: 1.8em;
}

.basket .item
{
	border-top: dotted 1px #CCC;
	
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}

.basket .item .image
{
	width: 200px;
	float: left;
	display: block;
}

.basket .item .titlePrice
{
	width: 350px;
	float: left;
	display: block;
	padding-left: 20px;
	font-size: 14px;
	line-height: 20px;
	padding-top: 40px;
}

.basket .total
{
	width: 560px;
	float: left;
	display: block;
	background-color:#EEE;
	
	padding: 10px;
	text-align: right;
}

.basket .total .checkoutText
{
	font-size: 15px;
}

.basketHeader
{
	width: 180px;
	height: 78px;
	margin-left: 10px;
	
	float: left;
	display: block;
	
	background-image:url(/images/basket_background.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.basketHeader #shoppingText
{
	position: relative;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00aeef;
	
	margin-left: 83px;
	padding-top: 20px;
}

.basketHeader #basketText
{
	position: relative;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #00aeef;
	
	margin-left: 81px;
	margin-top: -5px;
}

#distributorTopBarCell
{
	float: left;
	display: block;
	
	width: 100%;
	height: 25px;
	
	background-color:#f0f0f0;
}

#distributorTopBarCell #distributorTopBar
{
	float: left;
	display: block;
	
	width: 712px;
	
	height: 25px;
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color:#FFF;
	text-align:center;
	
	line-height: 25px;
}

#distributorTopBarCell #distributorTopBar a { color:#FFF; text-decoration:underline; }
#distributorTopBarCell #distributorTopBar a:link { color:#FFF; text-decoration:underline; }
#distributorTopBarCell #distributorTopBar a:active { color:#FFF; text-decoration:underline; }
#distributorTopBarCell #distributorTopBar a:visited { color:#FFF; text-decoration:underline; }
#distributorTopBarCell #distributorTopBar a:hover { color:#FFF; text-decoration:none; }

.quoteBox
{
	margin-top: 10px;
	margin-bottom: 5px;
	
	width: 562px;
	display: block;
	float: left;
	
	padding: 15px;
	
	border-top:1px solid #6aa1e8;
	border-bottom:1px solid #6aa1e8;
	background-color:#cee3fe;
}

.quoteBox .name
{
	display: block;
	float: left;
	width: 95%;
	
	height: 20px;
	line-height: 30px;
	
	text-align: right;
	font-weight: bold;
	color:#444;
}