﻿/*---------------------------------------------------------------------Body etc.*/
body {
	margin: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#static a {
	color:#0779bf!important;
}

#static a:hover {
	color:#fadd04!important;
}

#static a:active{
	color:#FF0000!important;
}

#static a:visited{
	color:#990066!important;
}

h1,h2,h3,h4,h5,h6,ul,li,a,p,form {
	margin: 0px;
	padding: 0px;
}

.style4 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #0779bf; 
font-weight:bold; 
font-size: 12px; 
}


h2 {
	color: #0779BF;
	font-size: 1.6em!important;
	font-weight: bold!important;
}

	.h2price {
		color: #CC3568;
		font-weight: bold;
		font-size: 1.4em;
		padding: 0;
	}

h3 {
	padding: 3px;
	border-bottom: 1px dashed #0779bf;
	color: #0779bf;
	margin-bottom: 5px;
	font-size: 1.2em;
}

h4 {
	font-size: 1.4em;
	color: #0779bf;
	font-weight: bold;
}

h6 {
	color: #CF3F70;
	font-size: 1.2em;
	font-weight: bold;
}

ul, li {list-style: none;}

img {border: none;}

hr {
	border-top: 0;
	border-right: 0;
	border-bottom: 0px dashed #0779bf; 
	border-left: 0;
	height: 1px;
}

.default {
	float:left; 
	margin:-10px 0px 0px 0px;
	width:475px;
}

.floatleft{
	float:left; 
}

.blue{color: #0779bf;}
.green{color:#009933;}
.red{color:#FF0000;}
.white{color:#FFFFFF;}
.left{text-align: left;}
.right{text-align: right;}
.center{text-align: center;}
.float_left{float: left;}
.float_right{float: right;}
#productbox {height: 250px;}
.rrp {text-decoration:line-through;}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}

.padding2{
	padding: 2px
}

/*---------------------------------------------------------------------Wrapper*/
div#wrapper {
	margin: 0 auto;
	width: 770px;
	background-image:url('/images/body_tile.gif');
	background-repeat:repeat-y;
}
/*---------------------------------------------------------------------Header*/
div#header {
	background-color: #0779BF;
	height:75px;
	position: relative;
	background-image: url("/images/head_tr.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

	div#mini_basket {
		position: absolute;
		top: 5px;
		right: 20px;
		text-align: right;
		padding-top:13px;
		margin-right:-20px;
	}
	
/*---------------------------------------------------------------------Top Nav*/
div#topnav {
	background-color: #0779BF;
	height: 19px;
}

	div#topnav ul, div#topnav li {
		display: inline;
		float: right;
	}

	div#topnav a {
		background-color: #E8D50D;
		height: 8px;
		background-image: url("/images/tab_inactive.gif");
		background-position: left top;
		background-repeat: no-repeat;
		border-right: 1px solid #0779BF;
		border-bottom: 1px solid #0779BF;
		padding: 3px 3px 7px 3px;
		display: block;
		text-decoration: none;
		color: #000000;
		font-size:14px;
		font-weight:normal;
		width:80px;
	}
	
		div#topnav a:hover {
			background-color: #FFFFFF;
			background-image: url("/images/tab_active.gif");
			border-bottom: 1px solid #FFFFFF;
		}
		
		div#topnav a.active {
			background-color: #FFFFFF;
			background-image: url("/images/tab_active.gif");
			border-bottom: 1px solid #FFFFFF;
		}
		
#tabLogin {font-weight: bold;}

/*---------------------------------------------------------------------Left Nav*/
div#leftnav {
	float: left;
	width: 138px;
	padding-left: 2px;
	background-color:#0779BF;
}

	div#left_menu {
		padding: 5px 0px;
		margin: 2px 0px;
		position: relative;
	}
	
		img#leftnav_top {
			position: absolute;
			left: 0px;
			top: 0px;
		}
		
		img#leftnav_bottom {
			position: absolute;
			left: 0px;
			bottom: 5px;
		}
/*also customer controlled*/
.LeftText{
	width:133px; 
	text-align:center; 
	font-size:16px; 
	color:#FFFFFF;
}

	.LeftText img{
		margin-left:2px;
		margin-top:2px;
	}

div#leftnav li {
	width: 135px;
	background-color: #f4e101;
}

div#leftnav li a.root {
	padding: 4px 2px 4px 10px;
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-image: url("/images/leftnav_arrow.gif");
	background-position: 2px center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #7CA48A;
	border-top: solid 1px #FFFFE1;
}

div#leftnav li.sub_li {border: none;}

div#leftnav li.sub_li a.sub {
	padding: 4px 2px 4px 20px;
	display: block;
	color: #333333;
	text-decoration: none;
}	
/*end*/	
	
	div#searchbox {
		background-color: #F4E101;
		height:30px;
		text-align: left;
		width: 135px;
		padding-bottom: 10px;
	}
	
	.SearchText {
		padding-left: 10px; 
		font-weight: bold;
	}

	div#searchbox h1 {
		text-align:left;
		font-size:16px;
		padding-left:10px;
	}
	
		div#searchbox input.leftinput {
			height: 14px;
			border: solid 1px #666;
			width:80px; 
			float:left; 
			margin-left:10px
		}
		
		div#searchbox input.go_btn {
			margin: 0px;
			float:left; 
			margin-top:-0px
		}

/*---------------------------------------------------------------------Right Nav*/
div#rightnav {
	float: right;
	width: 142px;
	border-left: 1px solid #0779BF;
	border-right: 1px solid #0779BF;
	margin: 0px 0 5px 0;
	padding: 5px 2px 0 2px;
	text-align: center;
}

#HeaderRightNavLogin{
	background-image:url('/images/Header_LoginBack.gif');
	width:141px; 
	height:30px; 
	background-repeat:no-repeat;
}

	#HeaderRightNavLogin p {
		padding-top:7px;
		color:#FFFFFF; 
		font-size:14px;
		text-align:left;
		margin-left:15px;
	}

#MainRightNavLogin{
	background-image:url('/images/Main_LoginBack.gif');
	width:141px; 
	height:124px; 
	background-repeat:no-repeat;
	background-position:left;
}

	#MainRightNavLogin #Email, #MainRightNavLogin #Password{
		width:120px;
		margin:0px 5px 0px 0px;
	}
	
	#MainRightNavLogin p {
		padding-top:7px;
		text-align:left;
		margin-left:7px;
		float:left; 
		text-align:left;
	}

	#RightNavLoginButton{
		margin-top:4px;
	}

#HeaderRightNavBasket{
	background-image:url('/images/Header_LoginBack.gif');
	width:141px; 
	background-repeat:no-repeat;
}

#HeaderRightNavBasket p {
	padding-top:0px;
	color:#FFFFFF; 
	font-size:14px;
	text-align:left;
	margin-left:0px;
	padding:7px 0px 0px 15px;
}

.MainRightNavBasket{
	background-image:url('/images/Main_LoginBack.gif');
	width:131px; 
	min-height:154px!Important;
	margin:7px 0px 20px 0px ;
	background-repeat:no-repeat;	
	padding:0px 10px 0px 5px;
}
	
	.MainRightNavBasket div{
		width:125px;
		text-align:left;
		color:#000000;
		}
		
		.MainRightNavigationBasketleft {
			float:left;
			padding: 10px 0px 0px 0px;
			}
		
			.MainRightNavigationBasketleft a{
				color:#000000;			
				}
		
		
		.MainRightNavigationBasketright {
			float:right;
			padding: 5px 0px 0px 0px;
		
			}
		
		.MainRightNavigationBasketright1 {
			float:right;
			padding: 10px 0px 0px 0px;
		
			}
			
/*also customer controlled*/	
.RightBoxes{
    margin-top:-40px;
	background-color:#0779bf; 
	width:140px; 
	height:136px;
	clear:both!important;
}

.RightBoxes2{
	margin-top:10px; 
	background-color:#0779bf; 
	width:140px; 
	height:136px;
	clear:both;
}

.RightBoxes img {
	background-color:#FFFFFF; 
	margin-top:2px; 
}

.WhiteBox{
	width:130px; 
	height:99px; 
	margin:0px 5px 5px 5px;
	background-color:#FFFFFF;
}

.BlueBox {
    color:#ffffff;    
}
/*end*/	
/*---------------------------------------------------------------------Content*/
div#content {
	float:right;
	margin:0px 1px 0px 1px;
	width:475px;
	background-image:url('/images/content_curve.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 5px 0px 0px;
	position: relative;
}

div#content_chk {
	margin: 0px 0px 0px 136px !important;
	position: relative;
	padding: 0 10px 0 10px;
	width:604px;
}


div#content p {padding: 0 0 10px 0;}
	

div#content a, div#content a:visited {color: blue;}

.pagination {
	margin: 0 0 10px 0;
}

/*---------------------------------------------------------------------Bottom Nav*/
div#bottomnav {
	background-image: url("/images/bottomnav_background.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 10px;
	color: #FFFFFF;
	background-color: #0779BF;
	clear: both;
	width: 750px;
	min-height: 200px;
}
/*---------------------------------------------------------------------Footer*/
	#InfoBack{
		background-image:url('/images/InfoBottomBack.gif');
		background-repeat:no-repeat;
		background-position:center top;
		width:589px;
		height:150px;
		padding:30px 0px 20px 0px;
		margin:0px 30px 0px 10px;
		text-align:left;
		float:left;
		clear:none;
	}
	
	#InfoBack ul{
		margin-left:5px;
		width:180px;
		float:left;
	}
		#InfoBack li {
			padding:0px 0px 0px 20px;
		}
		
	#thawte {
		width:115px;
		float:left;
	}

.cshop {
	width:115px;
	clear:both;
	float: left; 
	margin: 0 34px 0 20px;
}

.CShop2 {
	float: left; 
	margin: 0 34px 0 20px;
}

/*-------------------------------------------Product List--------------------------------------------------*/
#product_list {
	padding:5px;
}
div.cat_header {
	background-image: url("/images/cat_header_top.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width: 465px;
	margin-bottom: 10px;
}

	div.cat_header h4 {
		display: block;
		padding: 5px;
		background-image: url("/images/cat_header_bottom.gif");
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	
a#back_link {
	float: right;
	color: #000000;
	display: block;
	padding: 7px 10px 4px 15px;
	text-decoration: none;
	background-image: url("/images/back_arrow.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

.CategoryDescriptionDiv {
	width:450px!important; 
	text-align:left;
	float:left;
}

.catimage {border:2px #0779BF solid;}

a.prodlist_header {
	padding: 2px 3px 2px 5px;
	display: block;
	text-decoration: none;
	color: #ffffff !important;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}

a.prodlist_header:hover{
	text-decoration:underline;	
}

 .prodlist_description {
	display: block;
	text-align:left;
}


table.ProductWrapTable {
	border-collapse: collapse;
	width: 470px;
	margin: 0 -10px 0 -5px;
}

  table.ProductWrapTable td, table.ProductWrapTable img {
		max-width: 160px;
		margin: 0;
		padding: 0;
	}
	
.prodname {
	background-color:#0779bf;
	font-weight: bold;
	color: #ffffff!important;
	font-size: 1.2em;
	min-height: 20px;
	display: block;
	padding: 3px;
	margin: 0px 0px 5px 0px;
}

.prodname a {
	padding: 2px 3px 2px 5px;
	display: block;
	text-decoration: none;
	color: #ffffff !important;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	float:left;
}

.prodname a:hover{
	text-decoration:underline;	
}


.prodname_more {
	text-align:left;
	padding:0px 0px 15px 0px;
}

.product_image {
	width:165px;
	float:left;
}

.product_layout {
	float:left;
	margin:0px 0px 5px 0px
}

.product_layout .price {
	font-size:14px;
	font-weight:bold;	
	margin-left:0px;
	color:#CC0000;
}

div#catlist_back {width:450px;margin:0px 0px 0px 5px;}

/*-------------------------------------------New Product Detail--------------------------------------------------*/
#ProductDetail {
	margin:0px 0px 0px 10px;
}

#ProdTitle {
	float:left;
	width:452px;
	background-color:#0779bf;
	padding:5px;
		
}

#ProdTitle h1 {
	font-size:16px;
	color:#ffffff!important;
}

.sub_img {
	width:60px;
	float:left;
}

.ProdSwatch {
	width:75px;
	float:left;
	clear:both;	
}

#ProdContainer {
	border-right:3px #0779bf solid;
	border-left:3px #0779bf solid;
	background-color:#ffffff;
	width:446px;
	padding:5px;
	float:left;
}
	
	.ProdImage {
		width:210px;
		float:left;
	}
	
	.ProdAlternatives {
		width:210px;
		float:right;
	}
	
	#AltPrice {
        padding: 0 5px 0 5px;
	}
	
#ProdInfo {
	width:446px;
	padding:5px;
	border-right:3px #0779bf solid;
	border-left:3px #0779bf solid;
	clear:right;
}
	
	#ProdInfoHeader {
		width:462px;
		padding:0px;
		background-color:#0779bf;
	}
	
	#ProdInfoHeader .Header1, #ProdInfoHeader .Header2 {
		width:221px;
		color:#ffffff;
		float:left;
		background-color:#0779bf;
		margin:0px;
		padding:5px;
	}
			
	#ProdInfoLeftText {
		width:210px!important;
		float:left;
		padding:5px;
	}
	
	.ProdBar {
		height:150px;
		background-color:#0779bf;
		float:left;
		width:5px;	
		padding-top:100%;
	}
	
	#ProdInfoRightText {
		width:210px!important;
		float:left;
		padding:5px;
	}

#ProdGrid {
	width:452px;
	padding:2px;
	border:3px #0779bf solid;
	background-color:#0779bf;
	margin:0px;
	float:left;
	clear:both;
}

#ProdGrid .box{
	background-color:#ffffff;
	padding:0px 0px 0px 5px;	
}

#AlternativeProd {
	width:446px;
	padding:5px;
	border:3px #0779bf solid;
	margin:10px 0px 10px 0px!important;
	clear:both;
	min-height:265px;
	float:left;
}

#AlternativeProd h5{
	color:#0779bf;
}

.AltProd {
	width:120px;
	padding:3px;
	height:230px;
	float:left;
	border:3px #da2d40 solid;
	margin:5px;
}

.AltProdName {
	height:45px;
	border-bottom:3px #da2d40 solid;
	margin:0px 0px 5px 0px;
}

.ProdBar {
	height:150px;	
}

/**Grid**/

.tabrow {background-color: #FFFFFF;}

	.tabrow ul, .tabrow li {display: inline;}
	
	.box_tab {
		color: #DB2E41;
		text-align: center;
		width: 93px!important;
		background-color: #DB2E41;
		background-position: left top;
		background-repeat: no-repeat;
		padding: 0 5px 0 5px;
		margin: 0 10px -2px -2px;
	}
	
		.box_tab a, .box_tab a:hover {
			color: #FFFFFF!important;
			text-decoration: none;
		}

.headingrow {background-color: #FFFFFF;}

.optionrow {background-color: #FFFFFF;}
.optionrow input {
	width:30px;
}
.txtrow {background-color: #FFFFFF;}

#posttobasket {
	display:none; 
	width:0px; 
	height:0px;
}

div#buygrid 
{
    margin: 0px 0 10px 0; 
    width:452px; 
    float:left; 
    background-color: #0779bf; 
    border: 5px #0779bf solid;
}

div.product {float: left; height:235px;}
.box {margin: 0;}

div.grid {
	background-color:#ffffff;
	float:left;
	width:364px;
	height:58px;
	padding:3px;
}

div.grid_buttons {
	float:left;
}

/*-------------------------------------------Basket--------------------------------------------------*/

	div#basket_head h4{
		background-color: #0779bf;
		width:604px;
		color: #ffffff;
		padding: 3px;
		font-size:20px!important;
	}

#basket_table {
	border:5px #0779bf solid;
	width:610px;
	float:left;
}

	#basket_table .right_align {
		text-align:right;	
	}
	
	#basket_table td{
		padding:5px;
		border-bottom:1px #0779bf solid;
	}
		
	#grand_total td {
		text-align:right;
	}
	
	#basket_table .right_large_bold {
		font-size:14px;
		font-weight:bold;
	}
	
#basket_foot {
	background-color: #0779bf;
	width:604px;
	padding:3px;
	height:30px;
	float:left;
}

	.buttons1 {
		float:left;
	}

	.buttons2, .buttons3 {
		float:right;
	}
	
	.BasketCont {
		margin-right:180px;
	}
	
#AlternativeProd_Basket {
	width:594px;
	padding:0px;
	border:3px #0779bf solid;
	margin:10px 0px 10px 0px!important;
	min-height:265px;
	float:left;
}

#AlternativeProd_Basket h5 {
    background-color:#0779bf;
    color:#ffffff; 
    margin:0px;
    padding:5px;
}

/*-------------------------------------------Checkout--------------------------------------------------*/
#checkout {
	width:610px;
}

#checkout h3{
	border:0px;
	font-size:18px;
}

.login {background-color:#faed6b;}

.heightb {height:200px;}

#checkout_right table td, #checkout_left table td {
    vertical-align:top;
}

#checkout_top {
	background-color: #0779bf!important;
	width:597px!important;
	color: #ffffff;
	padding: 0px 3px 0px 3px;
	font-size:20px!important;
	height:33px;
}


#checkout_left {
	float:left;
	border:5px #0779bf solid;
	border-top:0px;
	width:288px;
	padding:5px;
}

    #checkout_left .right {
        font-weight:bold;
    }

#checkout_right {
	float:left;
	border:5px #0779bf solid;
	border-left:0px;
	border-top:0px;
	width:280px;
	padding:5px;
}

/*---login---*/
.heightd {
	height:190px;
}

.Login_left {
	height:100px;
}

.Login_right {
	height:100px;
}

/*---customer details---*/
#checkout_right2 {
	float:left;
	border:5px #0779bf solid;
	border-top:0px;
	border-left:0px;
	width:280px;
	padding:5px;
}


#checkout_bottom {
	float:left;
	background-color: #0779bf;
	width:593px;
	padding: 5px;
	font-size:12px!important;
	height:30px;
}


#checkout_bottom a{
	color:#000000;
}

#billing {
	padding-top:20px;	
}

#divCheque {
	font-size: 10px; 
	margin: -10px 0 0 0;
}

#cardtype {
	margin-top: 5px;
}
/*---summary---*/

.checkout_middle  {
	border:5px #0779bf solid;
	width:593px;
	float:left;
}

.checkout_middle td {
	width:200px;
}

.checkout_middle div, .checkout_middle p {
	padding:3px;
}


.Edit_Basket {
	float:left;
	background-color: #0779bf;
	width:593px;
	padding: 5px;
	font-size:12px!important;
}

.EditBasket {
	float:left; margin-top:3px;
}

#checkout #basket_table {width:603px;}

/*---receipt---*/
#continue {
	background-color: #0779bf;
	width:593px;
	padding: 5px;
	float:left;
}

/*-------------------------------------------Other--------------------------------------------------*/

#static {
	padding:5px;
}

.sales{
	
}

.padding2{
	padding:2px;	
}

.right{
  text-align:right;	
}

.tablewidth98{
	width: 98%;
}

#TroubleProduct{
    background-color:#FFEBC1;
    padding:5px 5px 5px 50px;
    border:2px #FDBF3B solid;
    display:block !important;
    background-image:url('/images/alert.png');
    background-repeat:no-repeat;
    background-position:left 0px;
    height:28px;
    float:left;
    clear:none!important;
}

.BasketTroubleProduct{
    width:550px;
}

/************NEW GRID**************/

#ProdOptions {
    background-color:#ffffff;
    background-image:url('/images/ProdGrid_bg.jpg');
    background-repeat:repeat-x;
    background-position:top left;
    padding:3px;
    margin:5px 0px 0px 0px;
    min-height:68px;
    text-align:center;
    clear:both;
}

.GridText {
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
}

.ddPrice, .ddPrice2 {
    font-weight:bold;
    margin:6px 0px 0px 5px;
    font-size:14px;
    float:left;
}

#lblMessage {
    margin:6px 0px 0px 20px;
    height:15px;
    float:left;
}

#cmdAdd {
    float:right;
    clear:right;
    margin:0px 20px 0px 0px;
}
.Qty {
    float:left;
    margin:3px 0px 0px 10px;
}

/***my account***/

#MyAccount {
    width:610px;
}

.MyAccount_Title {background-color:#E8D50D;color:#000000;border:1px #0879BF solid;padding:4px;font-weight:bold;font-size:13px;}

.editaccount {width:600px;clear:right;float:left;}

.DetailsTitle {
    width:610px; 
    float:left;
}

.Details1 {
    clear:right;
    float:left;
    width:300px;
    height:150px;
}

.Details2 {
    float:left;
    width:300px;
    height:150px;
}

.AccountHistory {
    float:left;
    width:610px;
    margin-top:30px;
}

.OrderDetailTable {
    width:610px;
    margin-top:30px;
}

.OrderDetailTable td {padding:3px;}

.OrderDetailTable .over {
    background-color:#e8d50d;
}

#MyAccountHistory {width:550px;}

.OrderDetails {margin-top:30px;width:550px;}

.OrderDetailTable1 {
    width:550px;
    margin-top:30px;
}