/* CSS Document */
body {
	background-color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(/images/bkgrd-bkgrd.jpg);*/
	background-image: url(/images/bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	padding:0px;
	margin: 0px;
}

p {
	font-size:12px;
	color:#333333;
	text-align:left;
	text-decoration:none;
}

p a 	{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}

p a:hover {
	text-decoration:none;
	color:#999999;
	font-weight:bold;
}

img {
	border:0;
}

form {
	display:inline;
}
	
h1	{
	font-size:12px;
	color:#999999;
}
.page {
	position:absolute;
	top:115px;
	left:0;
	}

h2	{
	font-size:12px;
	color:#999999;
	}
	
#big {
	margin:0 auto;
	width:900px;
}
	
#head {
	width:900px;
	height:150px;
	/*overflow:hidden;*/
	position:relative;
}

#logo {
	position:absolute;
	top:30px;
	left:0;
}

.account-links {
	position:absolute;
	top:10px;
	left:7px;	
	color:#323232;
}
.account-links a {
	color:#323232;
	text-decoration:none;
}

.account-links2 {
	position:absolute;
	top:10px;
	right:7px;	
	color:#323232;
}
.account-links2 a {
	color:#323232;
	text-decoration:none;
}

.loggedin {
	float:right;
	}

.loggedin a {
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#118089;
	color:#CCCCCC;
}

.loggedin a:hover {
	background-color:#1BCCDA;
}
	
#bookapp {
	font-size:17px;
	color:#12828E;
	position:relative;
	text-align:left;
	font-style:italic;
	padding-top:5px;
	padding-left:15px;
}
	
.clear {
	clear:both;
}
	
#tmenu  {
	width:980px;
	position:relative;
}
#tmenupos {
	position:absolute;
	top:150px;
	left:5px;
	height:40px;
}

.info {
	text-align:right;
	position:absolute;
	top:30px;
	right:0;
	font-size:18px;
}

.info span{
    font-size:16px;
}

.info_facebook {
	text-align:right;
	position:absolute;
	top:118px;
	right:0px;
}

#tmenu a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	margin-right:18px;
	line-height:40px;
}

#tmenu a:hover {
	color:#FFFFFF;
}

#tmenu span {
	width:25px;
	height:27px;
	float:left;
	background-image:url(/images/tmenuright_home.jpg);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
}

.cart {
	color: #333333;
	width:900px;
	border:solid #000000 0px;
	text-align:right;
	top:11px;
	position:relative;
	margin-bottom:30px;
}

* html .cart {
	top:15px;
	margin-bottom:35px;
}
	
.cart a {
	color: #333333;
	text-decoration:none;
}
	
.cart a:hover {
	color: #654458;
	font-size: 12px;
}
	
#search	{
	height:40px;
	width:300px;
	position:absolute;
	right:0px;
	top:3px;

}
.searchpos { position:relative;
}
	
.formsearch {
	width:210px;
	height:22px;
	padding:3px;
	color:#333333;
	font-size:12px;
	position:absolute;
	top:8px;
	left:0;
}
	
.formfind {
	background:none;
	border:none;
	border:0px;
	width:74px;
	height:23px;
	position:absolute;
	top:8px;
	right:0;
}
	
#lefttower {
	width:170px;
	float:left;
	text-align:left;
}
	
#lefttower ul {
	list-style-type:none;
	padding:0px;
	position:relative;
	margin:0px;
	margin-bottom:20px;
}

#lefttower li {
	border-left:solid #969696 1px;
	border-right:solid #969696 1px;
	border-bottom:solid #0F828D 1px;
}

#lefttower a {
	background-color:#FFFFFF;
	display:block;
	width:158px;
	line-height:25px;
	color:#0F828D;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold;
}

* html #lefttower a {
	width:168px;
}

#lefttower a:hover {
	color:#16BAC7;
	background-color:#E1E1E1;
}
	
.leftmenutitle {
	/*background-image:url(/images/sidemenutitlebkgrd.jpg);
	background-repeat:no-repeat;*/
	color:#081820;
	font-size:24px;
	font-weight:normal;
}

.leftmenulinks  {
	list-style-type:none;
}
.leftmenulinks ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.leftmenulinks li {
	height:30px;

	border-bottom:#e6e7e8 solid 1px;
}
.leftmenulinks li a {
	line-height:30px;
	color:#081820;
	text-decoration:none;
	display:block;
	font-size:14px;
	padding-left:5px;
}
.leftmenulinks li a:hover {
	background-color:#323232;
	color:#FFFFFF;
}


.leftmenulinks-sample  {
	list-style-type:none;
}
.leftmenulinks-sample ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.leftmenulinks-sample li {
	height:30px;

	border-bottom:#e6e7e8 solid 1px;
}
.leftmenulinks-sample li a {
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size:14px;
	padding-left:5px;
    background-color:#ED1C24;
}
.leftmenulinks-sample li a:hover {
	background-color:#FFFFFF;
	color:#ED1C24;
}


#centraltower {
	margin-left:10px;
	float:left;
	width:495px;
	}

* html #centraltower
	{
	width:505px;
	overflow:hidden;
	}
	
#righttower
	{
	float:right;
	}
	
#qquotetop {
	background: url(/images/qquote-top-bkgrd.jpg); 
	background-repeat:no-repeat;
	width:208px;
}

#qquotebox {
	background: url(/images/quickquotepg.png); 
	width: 248px;
	height:225px;  position:relative; float:right;
	/*position:absolute;
	top:210px;
	right:0;*/
}
	
.qqsearch-content-box
	{
	font-size:12px;
	color:#666666;
	margin-bottom:2px;
	padding-left:15px;
	}
	.qqsearch-content-box td { height:25px;}
	

.qqcat
	{ 
	font-size:11px; 
	}

.qqsizes 
	{
	width:69px; 
	font-size:11px;
	}

.qqkeywords 
	{
	width:95px;  
	font-size:11px;
	}

.qqsizesdrop, .qqsizeswith
	{ 
	font-size:11px;
	}

.qqlabel 
	{ 
	font-size:11px;
	color:#FFFFFF;
	}

.qqlabel2 
	{ 
	font-size:11px;
	color:#000000;
	}
.breadcrumb
	{ 
	font-size:12px;
	position:relative;
	top:-34px;
	left:0px;
	width:550px;
	text-align:left;
	z-index:100;
	border:solid #000000 0px;
	}

* html .breadcrumb
	{ 
	top:-37px;
	left:-174px;
	}

.breadcrumb a 
	{ 
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}

.breadcrumb a:hover 
	{ 
	font-size:12px;
	color:#000000;
	}

.breadcrumb span 
	{ 
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	}


.boxprod {
    width:150px;
	height:234px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
	background-image:url(/images/boxprod.png);
}

.boxprod img { border:0px; margin:15px auto; }

.boxprod span { display:block;}

.boxprod a:link, .boxprod a:hover, .boxprod a:visited {
    text-decoration:none;
    color:#000;
    font-size:12px;
}


	
#toptext 
	{
	margin:0 auto;
	font-size:12px;
	border:solid #000000 0px;

	margin-bottom:10px;
	}
.topbar1 {
	color:#081820;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.topbar1 h2 {
	color:#081820;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.topright 
	{
	}
	
.topbartitle 
	{
	}
	
.topbanner {
  position:relative;
width:710px;
float:left;
  /*top:210px;
  left:0;*/
}

.topbanner img {
	z-index:10000;
	margin:0px;
	padding:0px;
	width:10px;
}

.topbanner td img {
	width:400px;
	height:225px;
}

.sorter {
	text-align:right;
}
.sorter select {
	font-size:10px;
}


.measureguidetop { 
  background-image:url(/images/topbanner-top.png);
  background-repeat:no-repeat;
  background-position:bottom;
  width:760px;
  height:10px;
  margin:0;
  padding:0;
}
.measureguide {
  background-image:url(/images/topbanner-middle.png);
  background-repeat:repeat-y;
  width:760px;
  position:relative;
}
.measureguidebottom { 
  background-image:url(/images/topbanner-bottom.png);
  background-repeat:no-repeat;
  background-position:top;
  width:760px;
  height:10px;
  margin:0;
  padding:0;
}


.measuretitle {
	color:#081820;
	font-size:24px;
	font-weight:normal;
	position:absolute;
	top:0;
	left:5px;
}

.innermeasureguide {
	margin:0 10px 0 10px
}
.innermeasureguide a {
	text-decoration:none;
}


	
.maincontentarea {
	text-align:left;
	position:absolute;
    top:470px;
    left:0;
}

.maincontentareaposition {
	position:relative;
	width:980px;

}
.maincontentarealeft {
	position:absolute;
    top:0px;
    left:0px;
	width:207px; 
}
.maincontentarearight {
	position:absolute;
    top:0px;
    right:0px;
	width:760px;
}
.pagin {
	margin-top:20px;
	font-size:12px;
	border:solid #000000 0px;
	height:20px;
}
	
.pagin a, .pagin span {
	border:solid #666666 1px;
	margin-right:5px;
	text-align:center;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

.pagin .active {
	background-color:#397CC0;
	color:#FFFFFF;
}


/* ORIGNAL CSS */

#leftColumn { width:130px; }



#centerColumn {

    width:445px;

    padding-right:5px;

    font-size:12px;

}

#rightColumn { width:160px; }









.lineban	{

	width:750px;

	height:5px;

	background:#CCCCCC;

		}




.logocontainer	{

	float:left;

	padding-left:10px;

	padding-top:10px;
	
	display:none;

				}



.topmenu_text	{


	font-size:12px;

	color:#91b1bd;

	text-decoration:none;

	font-weight:bold;

	display:block;
	
	line-height: 75px;

		}



.topmenu_text:hover	{


	font-size:12px;

	color:#cccccc;

	text-decoration:none;

	font-weight:bold;

	display:block;

	line-height: 75px;

		}





.top_menubut1	{

	width:83px;

	height:75px;

	text-align:center;

	float:right;

	}



.top_menubut2	{

	width:83px;

	height:40px;

	text-align:center;

	float:right;

	}



.top_menubut3	{

	width:83px;

	height:40px;

	text-align:center;

	float:right;

	}



.top_menubut4	{

	width:83px;

	height:40px;

	text-align:center;

	float:right;

	}



.top_menubut5	{

	width:83px;

	height:40px;

	text-align:center;

	float:right;

	}



.top_menubut6	{

	width:83px;

	height:40px;

	text-align:center;

	float:right;

	}



.top_menubut7	{

	width:83px;

	height:40px;

	text-align:center;

	float:right;

	}



.middlecontent	{

	background-image:url(images/midbkgrd.jpg);

	width:750px;

	background-color:#FFFFFF;

	text-align:right;

	padding-bottom:10px;

		}



.middlecontent-headtext	{


	font-size:22px;

	color:#FFFFFF;

	display:block;

	margin-right:5px;

		}



.maincontentbox	{

	width:900px;
	background-image: url(/images/twotone_26.jpg);
	background-repeat: repeat-y;
	text-align:center;
	margin: 0px;
	padding: 0px;

		}



.quicksearch	{


	font-size:12px;

	color:#654458;

	text-align:justify;

	font-weight:bold;

	margin-bottom:5px;

	padding-left:10px;

	}

ul.catmenu	{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

li.catmenu	{
	font-size:12px;
	color:#654458;
	text-decoration:none;
	background-repeat:no-repeat;
	margin-bottom:0px;
	line-height:20px;
	background-color: #ede5ea;
	width: 158px;
	text-align: center;
	margin:2px;
	
}



li.catmenu a	{
	font-size:12px;
	color:#654458;
	text-decoration:none;
	width:156px;
	margin-bottom:3px;
	line-height:20px;
	background-color: #ede5ea;
	font-weight:bold;
	text-align: center;
}

li.catmenu a:hover	{
	font-size:12px;
	color:#654458;
	text-decoration:none;
	margin-bottom:3px;
	line-height:20px;
	font-weight:bold;
	width: 156px;
	text-align: center;
	background-color: #ede5ea;
}


.footerbox	{

	width:746px;

	margin-top:10px;

	height:15px;

	text-align:center;

	text-align:center;

		}



.linesave	{


	font-size:10px;

	color:#ccc;

	text-align:justify;

	}



.linesave a	{


	font-size:10px;

	color:#ccc;

	text-align:justify;

	text-decoration:none;

	}



.linesave a:hover	{


	font-size:10px;

	color:#666;

	text-align:justify;

	text-decoration:none;

	}





.checkouttopbar	{


    height:15px;


	font-size:12px;

	color:#ccc;

	font-weight:bold;

	padding-top:5px;

	width:165px;

	text-align:center;

}





.featuredproductbox	{

	background-image:url(images/featuredproduct_bkgrd.jpg);

	background-repeat:no-repeat;

	background-position:center;

	width:170px;

	height:100px;

	float:left;


	font-size:12px;

	color:#666666;



					}



.featuredproductbox-12112007	{

	background-image:url(images/featuredproduct_bkgrd-12112007.jpg);

	background-repeat:no-repeat;

	background-position:center;

	width:140px;

	height:100px;

	float:left;


	font-size:12px;

	color:#666666;

	}

.featuredlinkbox-12112007	{

        background-color:#EFf9E1;

	padding-left:10px;

	margin-left:1px;

	width:417px;

        float:left;


        font-size:12px;

        color:#666666;

	border:solid;

	border-color:#97b74c;

	border-width:1px;

					}




.featuredlinkbox-12112007 a       {


        font-size:12px;

        color:#666666;

	text-decoration:none;

                                        }



.cart-details-content-box	{


	width: 165px;

	height:100px;




	color:#666666;

	margin-bottom:2px;

}



.specials-content-box	{


	width:165px;

	height:110px;


	font-size:12px;

	color:#666666;

	margin-bottom:2px;

}



.recently-viewed-content-box	{


	width:165px;


	font-size:12px;

	color:#666666;

	margin-bottom:2px;


					}

.recently-viewed-content-box p {

    margin:0;

    padding:0;

}



.specials-button a	{

	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-size:24px;
	color:#fff;
	margin:5px;
}





.cart-details-text-box	{

	width:100%;

	text-align:center;

	padding-top:5px;

	font-size:14px;



}



.cart-details-links-box	{

	width:100%;

	text-align:center;

	padding-top:25px;

	padding-bottom:2px;

	font-size:10px;

}



.cart-details-links, .cart-details-links a	{

	color:#333333;

	text-decoration:none;

	font-weight:bold;

}



.cart-details-links:hover {

	color:#999999;

	text-decoration:none;

}





.featuredproductbox-lay2	{

	background-image:url(images/featuredproduct_long_bkgrd.jpg);

	background-repeat:no-repeat;

	background-position:center;

	width:511px;

	height:100px;

	float:left;


	font-size:12px;

	color:#666666;



					}



.featuredproductbox-lay4	{

	background-image:url(images/featuredproduct_long_bkgrd-lay4.jpg);

	background-repeat:no-repeat;

	background-position:center;

	width:511px;

	height:200px;

	float:left;


	font-size:12px;

	color:#666666;

}



.featuredproductbox-lay5 {

	background-image:url(images/featuredproduct_bkgrd-lay5.jpg);

	background-repeat:no-repeat;

	background-position:center;

	width:250px;

	height:100px;

	float:left;


	font-size:12px;

	color:#666666;

	margin-bottom:10px;

}





.featuredproductboxtitle {

	color:#548800;

	font-weight:bold;

	float:left;

	margin-left:5px;

	margin-top:5px;

	font-size:12px;

}



.featuredproductboxtitle-12112007 {

	color:#548800;

	font-weight:bold;

	float:left;

	margin-left:10px;

	margin-top:5px;

	font-size:12px;

	width:50px;

}





.featuredproductboxtitle-lay3 {

	color:#548800;

	font-weight:bold;

	float:right;

	margin-right:5px;

	margin-top:5px;

}



.featuredproductboxdesc	{

	width:100px;

	float:left;

	margin-left:5px;

}



.featuredproductboxdesc-12112007	{

	width:70px;

	float:left;

	padding-left:10px;

				}





.featuredproductboxdesc-lay2	{

	width:380px;

	float:left;

	margin-left:5px;

	text-align:justify;

				}



.featuredproductboxdesc-lay6	{

	width:200px;

	float:left;

	margin-left:5px;

	text-align:justify;

				}





mainfeaturetable-lay6	{

	border-right:solid;

	border-right-color:#00FF00;

	border-right-width:1px;


	font-size:12px;

	color:#666666;

						}





.featuredproductboxdesc-lay3	{

	width:370px;

	float:right;

	margin-left:10px;

	margin-right:10px;

	text-align:justify;

				}



.featuredproductboximg	{

	float:right;

	margin-right:5px;



						}



.featuredproductboximg-lay2	{

	float:right;

	margin-right:5px;



						}





.featuredproductboximg-lay3	{

	float:left;

	margin-left:5px;



						}



.featuredproductboximg-lay4	{

	margin-right:5px;

	margin-bottom:5px;



						}





.featuredproductboxlinkcon	{

	width:100px;

	float:left;

	margin-top:5px;

	margin-left:5px;

						}



.featuredproductboxlinkcon-12112007	{

	width:100px;

	float:left;

	margin-top:5px;

	margin-left:10px;

						}





.featuredproductboxlinkcon-lay2	{

	width:90px;

	float:right;

	margin-top:5px;

	margin-left:5px;

						}



.featuredproductboxlinkcon-lay3	{

	width:90px;

	float:left;

	margin-top:5px;

	margin-left:15px;

						}





.featuredproductboxlink	{

	text-decoration:none;

	color:#5A9100;

	font-weight:bold;

	font-size:12px;

						}



.featuredproductboxlink:hover	{

	text-decoration:underline;

	color:#8DE100;

	font-weight:bold;

								}



#marqueecontainer {

    position: relative;
    text-align:left;

    width: 150px; /*marquee width */

    height: 70px; /*marquee height */

    overflow: hidden;

    padding-left:5px;

    z-index:900;

}



.sbutton1, .sbutton2, .sbutton3 {

    border:2px solid #dcdcdf;

    background-color: #DBCBD6;

    color:#654458;

    font-weight:bold;



}

.sbutton2, .sbutton4 {

    background:#f0f0f0;

    font-size:11px; 

    font-weight:bold; 

    color:#445248;

    padding:4px;

    margin:0px;

    cursor:pointer;

    text-decoration:none;

}

.sbutton3 { background:#7171db;font-size:11px; }

* html .sbutton2:link {

	display:block;

}







#product_view {

    font-size:12px;

}

#product_view {

    font-size:12px;

    width:400px;

    /*border:1px solid #7aac33;*/

}

#product_view img { }

.product_thumbx { margin-right:2px; }

.product_desc { padding:0 5px 5px 5px; font-size:12px; width:760px; }

.product_addons, .addon_text { font-size:12px; }

.product_price { padding:10px; font-size:13px; font-weight:bold; }

.product_info { padding:15px 0 0 5px; font-size:12px; font-weight:bold; }

.product_code { font-weight:normal; font-size:11px; }

.prodcuts_related_title { border-bottom:1px solid #e6e7e8; 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 {
    padding:4px;
}



.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; }

.timg { padding:0px; }

.imgtext { margin:-5px 0 0 40px; font-size:10px; }

.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: white;

    width: 200px;

/*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;

}





/* overlay */

#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-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;

}



img { border:0; padding:0; margin:0; }



/**

 * 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;}






#bottomtext {

    font-size:12px;

}



#indexTitle {

    font-weight:bold;

    font-size:20px;

    text-align:center;

}

/*#indexCenter {

    margin:10px 0 20px 10px;

}
*/
#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;

}



#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 a, #checkout_button_2 a {
    font-size:14px;
    text-decoration:none;
    border:0;
    width:145px;
    height:43px;
    outline:0px;
    cursor:pointer;
    margin:20px 0 0 0;
    display:block;
	color: #081820;
	font-weight:bold;
}

#applydiscount {
	background:none;
	border:none;
	font-size:11px;
	text-align:left;
}





#stock_errormsg {

   color:red;

   font-weight:bold;

}



.contentbox {

	margin-left:1px;

	width:422px;

	padding:10px;

	font-size:12px;

}

* html .contentbox {

    width: 441px;

}

  

.close_content {

	height:20px;

	width:100%;

}

* html .close_content {

	width:442px;

}

.product_addons {

	margin-top:4px;

	font-size:11px;

}

.cat-links2  {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
	margin:5px 0; 
}

.cat-links, .cart-links a	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
	margin-bottom:5px; 
}

.prod-links	{
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size: 9px; 
}

#category_page td { font-size:12px; }

.qty { text-align:center; }



.innerContent {

    padding:10px;

    border:solid 1px #bccc9b;

    font-size:12px;

}

.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 #323232;

    font-size:12px;
	
	margin-top: 3px;

}

.boxbody a {

    color:#000;

    font-size:12px;

}

.cart-details-account-links {

    font-size:10px;

    text-align:center;

}



.smalltext {

    font-size:9px;

}

/* Sitemap */

#sm_table {

	width:100%;

}

#sm_table td {

	vertical-align:top;

	width:33%;

}
.accounttb{
	width: 440px;
	margin-top: 20px;
	}
.button1, .button2 {
	text-align: center;
	font-size: 12px;
	width: 215px;
	height: 30px;
	background-color: #323232;
	margin: 3px;
	}

.button1 a, .button2 a {
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	}


.cms-grid {width:100%;}



.londonblindsholder {
	width:980px;
	margin:auto;
	text-align:left;
	position:relative;
	height:100px;
}

.londonblindsheader {
	height:148px;
	position:relative;
}

.londonblindsmenu {
	height:40px;
	position:relative;
}

.londonblindsadvert {
	height:275px;
	position:relative;
	margin-top:20px;
}

.londonblindssidemenu {
	width:207px;

}	
.londonblindsshopwindow {
	float:right;
	width:760px;
	text-align:left;
	}


.sitecontainer {
	width:980px;
	margin:auto;
	text-align:left;
	position:relative;
}

.footerline { 
	width:980px;
	margin:50px auto 10px;
}

.footerline-left { 
  color:#323232; 
  text-align:left;
}
.footerline-right {
  float:right;
  color:#323232;
  font-size:10px;
}
.footerline-right a, .footerline-left a  {
  text-decoration:none;
  color:#323232;

}
.footerline-right a  {
	font-size:10px;
}



.c-notes { margin:10px 5px 5px 5px; overflow:visible; }

#addsample { border:none; background:none; background-image:url(/images/requestsample.jpg); width:109px; height:30px;}
#delsample { border:none; background:none; background-image:url(/images/deletesample.jpg); width:109px; height:30px;}
#submitreq { border:none; background:none; background-image:url(/images/submitrequest.jpg); width:109px; height:30px;}
#getblindprice { border:none; background:none; background-image:url(/images/getblindprice.jpg); width:109px; height:30px;}
#add2cartbutton { border:none; background:none; background-image:url(/images/addtocart.jpg); width:109px; height:30px;}
.proceedbutton { border:none; background:none; background-image:url(/images/proceed.jpg); width:109px; height:30px;}
.bgbox { background:url(/images/blindsbannerbg.png) top right;}
.blindsbannerbg td {background-image:url(/images/blindsbannerbg.png);
}
.samplesarea {
	margin-bottom:10px;
}
.samplesarea a {
	color:#000000;
}

.samplelink, .samplelink a {
	color:#081820;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.sitemaplinks a {
	color:#323232;
	font-size:12px;
	text-decoration:none;
	margin-left:5px;
}

.sitemaplinks h2 {
	margin:10px 0 0 0;
	padding:0;
	color:#000000;
}
