/*
html {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
  		line-height: 16px;
  		color: #000;
		background-color: #FFF;
		margin: 0px;
		padding: 10px 10px 20px 10px; 
		text-align: left;
		}
*/
body {
		font-family: "lucida grande", "lucida sans", lucida, arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
  		line-height: 16px;
  		color: #000;
		background-color: #FFF;
		margin: 0px;
		padding: 10px 10px 20px 10px; 
		text-align: left;
		}
		
/* col-a col-ba  col-ab   col-bag  col-abg  col-gab  col-ag    */

#alpha {
  float:right;
  width:679px;
  margin:0;
  line-height:1.7em;
 padding: 0;
  }
#beta {
  float:right;
  width:199px;
  margin:0;
  line-height:1.5em;
  padding: 0;
  }
#gamma {
  float:left;
  width:199px;
  margin:0;
  line-height:1.5em;
  padding: 0;
  }
.col-a #alpha {
  float:none;
  width:100%;
  }
.col-ba #gamma, .col-ab #gamma, .col-ga #beta, .col-ag #beta, .col-a #beta, .col-a #gamma {
display:none;
}
.col-ba #alpha, col-ga #alpha, .col-gab #alpha {
float:right;
}
.col-ba #beta, col-ga #gamma, .col-gab #gamma {
float:left;
}
  
.col-agb .wrap, .col-gab .wrap {
 float:left;
 width:680px;
  }
.col-agb #alpha, .col-gab #alpha {
width:477px;
margin: 0;
padding: 0;
}
.col-agb #gamma, .col-gab #gamma {
width:199px;
margin: 0;
padding: 0;
}
/*
#home .alpha {width:475px;}
#home .beta {width:285px;}
*/

/* main links */

	a	{
		color: #392772;
		font-weight:bold;
		text-decoration: none;
		background-color: transparent;
		}
	a img, #alpha-inner a img {
	border: none;
	}
	a:hover img, #alpha-inner a:hover img {
		border: none;
	}
	img {
		border: 0;
	}
	a:link	{
		color: #392772;
		font-weight:bold;
		text-decoration: none;
		background-color: transparent;
		
} 

	a:visited	{
		color: #5e4d80;
		text-decoration: none;
		background-color: transparent;
		
		} 

	a:active	{ 
		color: #c987e2;  
		text-decoration:none;
		background-color: transparent;
		} 

	a:hover		{ 
		color: #000; 
		text-decoration:none; 
		background-color: transparent;
		border-bottom: 1px solid #6CB7FF;
		} 
	a.plain:hover {
		color: #000; 
		text-decoration:none; 
		background-color: transparent;
		border-bottom: none;
	}
	a.button, a.button:visited {
	color: #B6F0FF; 
	display:block; 
	border:1px solid; 
	border-color:#aaa #000 #000 #aaa; 
	text-decoration:none; 
	width: auto; 
	text-align:center; 
	height:2em; 
	line-height:2em; 
	background:#8947A7; 
	font-weight:bold;
	}
	a.button:hover {
	color:#006699; 
	background:#dad1e9; 
	position:relative; 
	top:1px; 
	left:1px; 
	border-color:#000 #aaa #aaa #000;
}	
div.cartlink {

	margin: 20px 0 0 120px ;
	
}
div.bookcartlink {
	margin: 20px auto 0 auto;
}
div.addcart a.cartbutton, div.addcart a.cartbutton:active {
display:block;
	background: url(../images/buttons/addcart.gif) 0 0 no-repeat;
width:125px;
	height: 35px;
	border:0;
}	
div.addcart a.cartbutton:hover {
	background: transparent url(../images/buttons/addcart.gif) 0 -35px no-repeat;
	text-decoration:none; 
}
div.addcart a.cartbutton {
text-decoration:none; 
text-indent: -9999px; /* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
	
	
}
div.viewcart {
	padding: 10px 0;
}
div.viewcart a.viewbutton {
	text-decoration:none; text-indent: -9999px; /* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
display:block;
	background: url(../images/buttons/viewcart.gif) 0 0 no-repeat;
width:100px;
	height: 25px;
	border:0;
}
div.viewcart a.viewbutton:hover {
	background: transparent url(../images/buttons/viewcart.gif) 0 -25px no-repeat;
	text-decoration:none; 
}
p.cartbutton, div.cartbutton {
	padding: 10px 0;
}
div.cartnav {
	width: 550px;
	margin: 5px;
}
div.cartforward, p.cartforward {
	float:right;
	width: 200px;
	padding-right: 10px;
}
div.cartback, p.cartback {
	float: left;
	width: 200px;
	padding-left: 10px;
}
a.login, a.login:link,a.login:visited, a.login:active {
	text-decoration:none; 
	text-indent: -9999px; 
	/* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
	display:block;
	background: url(../images/buttons/login.gif) 0 0 no-repeat;
	width:100px;
	height: 25px;
	border:0;
}
a.login:hover {
	background: transparent url(../images/buttons/login.gif) 0 -25px no-repeat;
	text-decoration:none; 
}
a.register, a.register:link, a.register:visited, a.register:active {
	text-decoration:none; 
	text-indent: -9999px; 
	/* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
	display:block;
	background: url(../images/buttons/register.gif) 0 0 no-repeat;
	width:100px;
	height: 25px;
	border:0;
}
a.register:hover {
	background: transparent url(../images/buttons/register.gif) 0 -25px no-repeat;
	text-decoration:none; 
}
a.checkout, a.checkout:link, a.checkout:visited, a.checkout:active {
	text-decoration:none; 
	text-indent: -9999px; 
	/* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
	display:block;
	background: url(../images/buttons/checkout.gif) 0 0 no-repeat;
	width:100px;
	height: 25px;
	border:0;
}
a.checkout:hover {
	background: transparent url(../images/buttons/checkout.gif) 0 -25px no-repeat;
	text-decoration:none; 
}
a.paypal, a.paypal:link, a.paypal:visited, a.paypal:active {
	text-decoration:none; 
	text-indent: -9999px; 
	/* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
	display:block;
	background: url(../images/buttons/send_paypal.gif) 0 0 no-repeat;
	width:175px;
	height: 30px;
	border:0;
}
a.paypal:hover {
	background: transparent url(../images/buttons/send_paypal.gif) 0 -30px no-repeat;
	text-decoration:none; 
}
a.addcartsmall, a.addcartsmall:link, a.addcartsmall:visited, a.addcartsmall:active {
	text-decoration:none; 
	text-indent: -9999px; 
	/* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
	display:block;
	background: url(../images/buttons/addcartsmall.gif) 0 0 no-repeat;
	width:100px;
	height: 25px;
	border:0;
}
a.addcartsmall:hover {
	background: transparent url(../images/buttons/addcartsmall.gif) 0 -25px no-repeat;
	text-decoration:none; 
}
a.em1, a.em1:link, a.em1:visited, a.em1:active {
	color: #DAD1E9;
	background-color: transparent;
	text-decoration: underline;
}
a.em1:hover {
	color: #FF67B9;
	background-color: #FFF967;
	text-decoration: underline overline;
}
a.top, a.top:link, a.top:visited, a.top:active {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}
a.top:hover {
	color: #FF67B9;
	background-color: #FFF967;
	text-decoration: underline overline;
}
p.pagelink {
	float: right;
	display: block;
	font-size: 0.8em;
	margin: 2px 20px 3px 0px;
}
/* headings and main tags */
	
		
	h1	{
		font-family: "lucida grande", "lucida sans", lucida, arial, geneva, helvetica, sans-serif;
		font-size: 18px;
		line-height: 24px;
		color: #3d3267;
		font-weight: bold;
		padding: 5px 0px 15px 0px;
		margin: 0px;
		background-color: transparent;
		}

	h2	{
		font-size: 16px;
		font-family: "lucida grande", "lucida sans", lucida, arial, geneva, helvetica, sans-serif;
		color: #704b4b;
		line-height: 20px;
		font-weight: bold;
		padding: 5px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		background-color: transparent;
		}		

	h3	{
		font-size: 14px;
		font-family: arial, helvetica, sans-serif;
		color: #5e4739;
		line-height: 18px;
		font-weight: bold;
		padding: 5px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		background-color: transparent;
		}
		
	h4	{
		font-size: 13px;
		font-family: arial, helvetica, sans-serif;
		line-height: 15px;
		font-weight: bold;
		padding: 4px 0px 5px 0px;
		border: 0px;
		margin: 5px 0px 0px 0px;
		color: #5e4d80;
		background-color: transparent;
		}
	h5 {
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		line-height: 16px;
		font-weight: bold;
		padding: 4px 0px 15px 0px;
		border-bottom: 1px solid #8c48aa;
		margin: 0px 0px 0px 0px;
		color: #b700b7;
		text-align: left;
		text-transform: uppercase;
		background-color: transparent;
	}
	p	{
		padding: 0px 0px 10px 0px;
		}
	img	{
		padding: 0px;
		border: 0px;
		margin: 0px;
		}	
		
td img {display: block;}

/* old main containe divs */
	
	#container,
	#home,
	#admin
		{
		width: 881px;
		line-height: 140%;
		background-color: transparent;
		}
	
	/* header/banner styles */
	
#header, #banner	{
		font-family: arial, helvetica, sans-serif;
		padding: 10px 0px 10px 0px;
		border-top: 4px solid #8c48aa;
		margin: 0px 0px 0px 0px;
		height: 43px;
		}
#banner a, #header a {
		text-decoration: none;
	}	
#banner	img, #header img	{
		float: right;
		padding-right: 0px;
		margin: 0;
		border: 0;
		}
#header h1, #banner h1 {
float: left;
padding-right: 0px;
padding-left: 0px;
width: 240px;
background: transparent url(http://www.orientalcarpetbrokers.com/images/ocblogo_main-noshad.gif) no-repeat top left;
height:43px;
padding-bottom: 10px;
margin: 0px;
padding-top: 0px;
}
#banner h1 span, #header h1 span {
	display: none;
}
#banner h2 span, #header h2 span {
	display:none;
}	
/* whatson char div */

#container div#whoson_live_help {
	position: absolute; 
	left: 600px; 
	top: 30px; 
	width:290px; 
	height:30px
	z-index: 1000;
	font-size:11px;
}
#container div#whoson_live_help a#wocall {


	
		margin-left: 3px;
	
}
#container div#whoson_live_help a#wocall img {
	border: none 0;
}
/* nav bar */

#navcontainer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-family: arial, helvetica, sans-serif;
	border-bottom: #000 1px solid; 
	text-align: right;
	background-color: #000; 
	height: 38px;
	width: 100%;
	}
#navcontainer ul {	
	font-family: arial, helvetica, sans-serif;
	list-style-type: none;
	list-style-image: none;
}
#navcontainer ul#navlist {
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	background-color: #000;
	}
#navcontainer ul#navlist li {
	padding: 0px;
	margin: 0px;
	border-left: #c987e2 1px solid;
	text-align: left;
	background-color: #000;
	height: 38px;
	float: left;
	}
#navcontainer ul#navlist li {
	width: 110px; 
	}
#navcontainer ul#navlist li a {
	padding: 7px 5px 15px 7px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	color: #ccc;
	}
#navcontainer ul#navlist li a:link {
	padding: 7px 5px 15px 7px; 
	font-size: 11px;
	text-decoration: none;
	display: block;
	color: #ccc;
	}
#navcontainer ul#navlist li#active a {
	background: #dad1e9; 
	color: #000;
}
#navcontainer ul#navlist li a:hover {
	color: #fff; 
	background-color: #c987e2;
}
#navcontainer ul#navlist li#active a:hover {
	color: #fff; 
	background-color: #c987e2;
}

#navcontainer ul#navlist li#home {
	border-left-style: none;
}

#navcontainer ul#navlist li.enquiries {
	border-right: #c987e2 1px solid;
}
#navcontainer ul#navlist li#empty {
	width: 95px;
}

#home #navcontainer ul#navlist li#empty {
	width: 95px;
	
}
#admin #navcontainer ul#navlist li#empty {
	width: 95px;
}
#navcontainer ul#navlist li#next {
	width: 95px;
}


/* main page styles */

#content {
	float: left;
		margin: 0px 0px 0px 0px;
		width: 680px;
		background-color: transparent;
		line-height:1.7em;
}	
.mainsection 	{
		margin: 5px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: 1px solid #8c48aa;
		background-color: transparent;
		color: #000;
		font-family: "Lucida Grande", "Lucida Sans", Arial, Geneva, Helvetica, sans-serif;
		}
	
/* alpha col styles */

#alpha-inner {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-color: transparent;
	border-top: 1px solid #8c48aa;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Geneva, Helvetica, sans-serif;
	}
.col-a #alpha-inner {
        margin: 5px 0px 0px 0px;
        padding: 5px 50px 10px 50px;
}
.col-gab #alpha-inner {
       margin: 5px 0px 0px 0px;
        padding: 5px 0px 10px 0px;
}
#alpha-inner pre {
	font-size: larger;
}
#alpha-inner .top {
	font-size: 0.8em;
	text-align: right;
	margin: 3px 10px 3px 0px;
	padding: 5px 5px 5px 5px;
}
#alpha-inner p {
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7em;
	text-align: left;
	margin-bottom: 10px;
	}
#alpha-inner p.small {
	color: #666;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.1em;
	text-align: left;
	margin-bottom: 5px;
	}
#alpha-inner blockquote {
	line-height: 150%;
	}
#alpha-inner li {
	line-height: 150%;
	}
#alpha-inner h1 {
	color: #7C2A9F;
	font-family: "Lucida Grande", "Lucida Sans", lucida, Arial, Helvetica, sans-serif;
	font-size: 18px;
        letter-spacing: .1em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}
#alpha-inner h2 {
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans", lucida, Arial, Helvetica, sans-serif;
	font-size: 16px;
        letter-spacing: .3em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}
#alpha-inner h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}
#alpha-inner .entry-footer {
	color: #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top: 1px solid #999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}
#alpha-inner .center {
	text-align: center;
}
#alpha-inner .centercaption {
font-family: "Trebuchet MS", "Times New Roman", serif;
text-align: center;
font-size: 85%;
font-style: italic;
padding: 5px 20px 5px 20px;
}
#alpha-inner .rugimgleft {
	float: left;
	width: 190px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
        border: 0;
        text-align: center;
}
#alpha-inner .rugimgright {
	float: right;
	width: 190px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
        border: 0;
        text-align: center;
}
#alpha-inner ul {
	padding-left: 0px;
	margin: 0px 0 10px 5px;

}
#alpha-inner ul ul {
	margin-bottom: 0px;
}
#alpha-inner li {
	color: #006601;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	margin-left: 15px;
	margin-top: 5px;
	list-style-type: none;
}
#alpha-inner li li {
	list-style-type: circle;
        font-weight:normal;
        font-size: x-small;
		  
        margin-left: 20px;
}
#alpha-inner li li li {
	list-style-type: disc;
        font-weight:normal;
		  font-size: xx-small;
        margin-left: 25px;
}
#alpha-inner ol.classic {

	margin: 3px 5px 6px 5px;
	list-style-type: upper-roman;
	list-style: inside;
}
#alpha-inner ol.classic li {
		list-style-type: upper-alpha;
		color: #4D4D4D;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 4px;
}
.bld, #alpha-inner ol.classic li.bld  {
	font-weight: bold;
}
#alpha-inner ol.classic li ol {
	margin: 0px;
}
#alpha-inner ol.classic li ol li {
	list-style-type: lower-roman;
        font-weight:normal;
        font-size: 0.9em;
		  margin-left: 10px;
}
#alpha-inner ul.standard {

	margin: 3px 5px 6px 5px;
	
	
}
#alpha-inner ul.standard li {
		list-style: disc inside;
		color: #171717;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	line-height: 125%;
	padding-left: 5px;
	margin: 5px 5px 3px 5px;
	
}
#alpha-inner ul.standard li ul {
	margin: 0px;
}
#alpha-inner ul.standard li.bld {
	font-weight: bold;
}
#alpha-inner ul.standard li li {
	list-style-type: circle;
        font-weight:normal;
        font-size: 0.9em;
		  margin-left: 10px;
}
/* cart pages */
#alpha-inner ul.cartinfo {
	padding-left: 0px;
	margin: 0px 20px;
	margin-bottom: 10px;
}
#alpha-inner ul.cartinfo li.infotip {
	color: #006601;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	padding: 3px 0;
	margin: 0px;
	list-style-type: disc;
}
#alpha-inner div.cartnotes {
	margin: 0 auto;
	width: 750px;
	padding: 0;
}
.cartnotes div.notes1, .cartnotes div.notes2, .cartnotes div.notes3 {
	float: left;
	width: 220px;
	padding: 0;
}
.cartnotes div.notes1 {
	margin: 0;
}
.cartnotes div.notes2, .cartnotes div.notes3 {
	margin: 0 0 0 40px;
}
.notes1 h4, .notes2 h4, .notes3 h4 {
	font-size: 14px;
	margin: 5px 0px;
	padding: 0px;
}
.notes1 p, .notes2 p, .notes3 p {
	font-size: 11px;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
.notes1 em, .notes2 em, .notes3 em {
	font-style: normal;
	font-weight: bold;
}

/* gamma col */

#gamma-inner {
	margin: 5px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: 1px solid #8c48aa;
		background-color: transparent;
}
#gamma-inner h1.home {
float: left;
padding: 0px;
width: 185px;
background: transparent url(http://www.orientalcarpetbrokers.com/images/home.gif) no-repeat top left;
height:101px;
margin: 2px 0px 10px 0px;
}
#gamma-inner h1.carpets {
float: left;
padding: 0px;
width: 185px;
background: transparent url(http://www.orientalcarpetbrokers.com/images/carpets1.gif) no-repeat top left;
height:101px;
margin: 2px 0px 10px 0px;
}
#gamma-inner h1.about {
float: left;
padding: 0px;
width: 185px;
background: transparent url(http://www.orientalcarpetbrokers.com/images/about.gif) no-repeat top left;
height:101px;
margin: 2px 0px 10px 0px;
}
#gamma-inner h1.enquiries {
float: left;
padding: 0px;
width: 185px;
background: transparent url(http://www.orientalcarpetbrokers.com/images/enquiries.gif) no-repeat top left;
height:101px;
margin: 2px 0px 10px 0px;
}
#gamma-inner h1 span {
	display: none;
}
#gamma-inner h2 {
             font-family: "Lucida Grande", "Lucida Sans", Arial, Geneva, Helvetica, sans-serif;
             font-size: 13px;
             font-weight: bold;
             color: #4897aa;
             text-transform: uppercase;
	    letter-spacing: .1em;
            padding: 5px 0px 5px 3px;
           margin: 10px 0px 8px 0px;
 }
#gamma-inner p.small {
            font-size: 9px;
}

/* beta col */

#beta-inner {
	margin: 5px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: 1px solid #8c48aa;
		background-color: transparent;
	}
#beta-inner h2 {
	color: #4897aa;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
#beta-inner ul {
	padding-left: 0px;
	margin: 0px 0 0 10px;
	margin-bottom: 30px;
	}
#beta-inner ul ul {
	margin-bottom: 0px;
	}
#beta-inner #categories ul {
	padding-left: 10px;
	margin-left: 10px;
	}
#beta-inner li {
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}
#beta-inner .module-categories li {
	list-style-type: none;
        font-weight:bold;
       font-size: small;
	}
#beta-inner .module-categories li li {
       list-style-type: circle;
        font-weight:normal;
        font-size: x-small;
        margin-left: 10px;
}
#beta-inner .module-categories  li li li {
       list-style-type: disc;
        font-weight:normal;
        margin-left: 15px;
}


#beta-inner img {
	border: 3px solid #fff;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/*beta col page search */

#beta select.searchbox {
width: 105px;
font-family: verdana, geneva, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px solid #3d3267;
margin: 5px 0px 5px 0px;
}
#beta label.searchlbl {
font: bold 10px Arial, Helvetica, sans-serif;
text-align: left;
padding: 5px 0px 0px 0px;
margin-bottom: 0px;
}
#beta input.search {
font-family: arial,helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px inset #3d3267;
margin: 5px 0px 5px 0px;
}
.module {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

.module-powered {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #bbb;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

	/* entry styles */
	
#entries	{
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 1px 0px 0px 0px;
		width: 680px;
		background-color: transparent;
		}

.day	{
		margin: 5px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: 1px solid #8c48aa;
		background-color: transparent;
		}
.tel {
	color: #b700b7;
	font-weight: bold;
	background-color: transparent;
}
.date	{
		float: left;
		width: 95px;
		margin: 0px 0px 0px 0px;
		padding: 6px 0px 0px 5px;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
		color: #666;
		}
.date span {
	font-size: 10px;
	color: #777;
	font-weight: normal;
}
#entries	h2	{
		margin: -1px 10px 0px 110px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #e6db8e;
		padding: 6px 0px 7px 5px;
		}
#content h2 	{
		margin: -1px 10px 0px 110px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #e6db8e;
		padding: 6px 0px 7px 5px;
		}	
.entry-leadin	{
		margin: 6px 0px 0px 110px;
		padding: 0px;
		}
.entry-notes,
.entry-leadin	.info-label	{
		float: left;
		width: 100px;
		margin: 0px;
		padding: 0px 0px 6px 5px;
		line-height: 19px;
		}
.entry-notes	a	{
		font-size: 10px;
		text-transform: uppercase;
		}
.entry-leadin	p	{
		margin: 0px 0px 0px 110px;
		padding: 0px 10px 7px 0px;
		font-size: 12px;
		line-height: 19px;
		}
		
/* old sidebar styles */
		
#sidebar	{
		margin: 0px 0px 0px 680px;
		padding: 1px 0px 0px 10px;
		color: #312121;
		background-color: transparent;
		height: 100%;
		}
#sidebar-lower	{
		margin: 0px 0px 0px 680px;
		padding: 0px 0px 0px 0px;
		color: #312121;
		background-color: transparent;
		}
.sidebar-module	{
		margin: 5px 0px 0px 0px;
		padding: 5px 0px 30px 0px;
		border-top: 1px solid #8c48aa;
		background-color: transparent;
		}
.sidebar-module	h3	{
		margin: 5px 0px 0px 0px;
		padding: 4px 0px 6px 5px;
		background-color: transparent;
		color: #5e4739;
		}
.sidebar-module	h4	{
		padding: 0px 5px 0px 5px;
		margin: 0px 0px 0px 0px;
		line-height: 14px;
		color: #5e4d80;
		background-color: transparent;
	}
.sidebar-module	p	{
		margin: 0px;
		padding: 0px 5px 7px 5px;
		color: #000;
		line-height: 14px;
		background-color: transparent;
		}
.sidebar-module	p.small {
	font-size: 8px;
}
.sidebar-module	p.first	{
		margin: -4px 0px 0px 0px;
		padding: 0px 5px 7px 5px;
		line-height: 16px;
		color: #312121;
		background-color: transparent;
		}
.sidebar-module	p.date	{
		float: none;
		margin: 0px;
		padding: 7px 5px 0px 5px;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		line-height: 14px;
		background-color: transparent;
}
.sidebar-module	img	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 5px;
		}
		
.sidebar-module ul {
	list-style-type: disc;
	padding: 0px 0px 5px 10px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	}
.sidebar-module ul ul {
	list-style-type: circle;
	padding-left: 12px;
	font-size: 10px;
	line-height: 13px;
}

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0.1px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* various page elements */

.pagenav {
	float: right;
	margin: -10px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}
.origin {
	margin: 0px;
		border-top: 1px solid #000;
		padding: 0px;
}


.section {
		margin: 0px;
		padding: 0px;
		}
.originname {
		float: left;
		width: 130px;
		margin: 0px 0px 0px 0px;
		padding: 6px 0px 0px 5px;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		color: #666;
		}
.origininfo {
	float: left;
		width: 250px;
		margin: 0px;
		padding: 0px 0px 6px 5px;
		line-height: 19px;
}
.rugs1 {
	float: left;
	width: 95px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
.rugs1 p {
	margin: 0px;
	padding: 0px;
}
.rugs2 {
	float: left;
	width: 95px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
.rugs2 p {
	margin: 0px;
	padding: 0px;
}

/* full item [view_carpet] pages */

.fullimg {
	float: left;
	width: 330px;
	margin: 0;
	border: 0;
	padding: 5px 0px 20px 0px;
}
.fullimg a:hover, .bigimg a:hover {
	border: none;
}
.bigimg {
	float: left;
	width: 430px;
	border: 0;
	padding: 5px 0px 10px 5px;
}
.ruglabels {
	float: left;
	width: 80px;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
.labelnames {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding: 0px 10px 5px 5px;
	font-weight: normal;
}
.rugspecs {
	float: left;
	width: 240px;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
.mainspecs {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding: 0px 10px 5px 5px;
	font-weight: bold;
}
.mainspecs p.description {
	font-weight: normal;
	font-style: italic;
}
.mainspecs p.stock_no {
	font-weight: normal;
	}
.mainspecs p.price {
	font-family: georgia, "Times New Roman",courier, "Courier New", serif; 
	font-size: 12px ;
	font-weight: bold;
	color: #FF5757;
	background-color: transparent;
}
.price {
	font-family: georgia, "Times New Roman",courier, "Courier New", serif; 
	font-size: 12px ;
	font-weight: bold;
	color: #FF5757;
	background-color: transparent;
}
.sp_sold {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px ;
	font-weight: bold;
	color: #303030;
	background-color: transparent;
}
.mainspecs p.imglink {
	padding-top: 15px;
}
.ruglabels p.itemname, .mainspecs p.itemname {
	height: 35px;
}
#ruglinks {

	clear: both;
	width: 310px;
	margin: 12px 0px 5px 0px;
	padding: 0;
}
#ruglinks div.topfloat {
position: relative;
	width: 300px;
	padding: 0px;
	margin: 0 0 25px 0;
}
#ruglinks div.llink {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}
#ruglinks div.rlink {
	float: right;
	width: 90px;
	padding: 0;
	margin: 0;
}
div.morelinks {
	clear: both;
	width: 220px;
}

#rugdes {
	clear: both;
	width: 600px;
	margin: 12px 5px 5px 5px;
}
#rugdes p {
	font-weight: normal;
	font-style: italic;
}
.rugbuttons {
	float: right;
	width: 110px;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	text-align: left;
} 
/* view-book pages */
.bookimg {
	float: left;
	width: 220px;
	margin: 0;
	border: 0;
	padding: 5px 0px 20px 0px;
}
.bookimg a:hover {
	border: none;
}
.booklabels {
	float: left;
	width: 150px;
	margin: 20px 0px 5px 10px;
	padding: 0px;
	text-align: left;
}
.booklabelnames p {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding: 0px 10px 1px 5px;
	font-weight: normal;
}
.bookspecs {
	float: left;
	width: 280px;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
.bookmainspecs p {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding: 0px 10px 1px 5px;
	font-weight: bold;
}
.mainspecs p.description {
	font-weight: normal;
	font-style: italic;
}
.mainspecs p.stock_no {
	font-weight: normal;
	}
.mainspecs p.price {
	font-family: georgia, "Times New Roman",courier, "Courier New", serif; 
	font-size: 12px ;
	font-weight: bold;
	color: #FF5757;
	background-color: transparent;
}
.price {
	font-family: georgia, "Times New Roman",courier, "Courier New", serif; 
	font-size: 12px ;
	font-weight: bold;
	color: #FF5757;
	background-color: transparent;
}
.sp_sold {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px ;
	font-weight: bold;
	color: #303030;
	background-color: transparent;
}

/* item pages */

.item {
	margin: 0px;
	padding: 0px;
		}
.rugname {
		float: left;
		width: 270px;
		margin: 0px 0px 0px 0px;
		padding: 6px 0px 0px 10px;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		color: #006666;
	}
.rugdetails {
	font-size: 11px;
	line-height: 16px;
	color: #666;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	font-weight: normal;
}
.sp {
	font-weight: bold;
}

.sp span {
	font-family: georgia, "Times New Roman",courier, "Courier New", serif; 
	font-size: 12px ;
	font-weight: bold;
	color: #FF5757;
	background-color: transparent;
}	
.rugimg {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 5px 0px 5px 60px;
}
.rugimg p {
	text-align: center;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 0px 0px;
	font-size: 10px;
}

/* footer */

#footer {
  clear:both;
  padding:10px 0px 10px 0px;
  border-top: 1px solid #8c48aa;
  border-bottom: 4px solid #8c48aa;
  }

#footer p.addy {
	font-family: "Lucida Sans", lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5e2772;
	background-color: #fff;
	padding: 5px 5px 15px 10px;
	margin: 0;
}
#footer p.addy em {
	color: #b700b7;
	font-style: italic;
	font-weight: normal;
}
#footer p.addy span {
	color: #ccc;
}
#footer p.addy strong {
	color: #000;
	letter-spacing: .1em;
}
#footer p.addy strong.red {
	color: #6E009F;
}
#footer p.addy2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #dad1e9;
	padding: 5px 5px 8px 10px;
	margin: 0;
}
#footer p.addy2 em {
color: #6E009F;
font-weight: normal;
}
#footer p.addy2 strong {
font-style: italic;
font-weight: normal;
color: #704b4b;
}
#footer p.addy3 {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
background-color: #000;
padding: 5px 5px 8px 10px;
margin: 0;
}
#footer p.addy3 em {
color: #DAD1E9;
font-weight: normal;
	
}
#footer p.addy3 strong {
font-style: italic;
font-weight: normal;
color: #dad1e9;
}
/* footer table and menu */

.tabcaption {
	font-family: tahoma, "arial narrow", "helvetica narrow", arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

div.textfooter {
	text-align: center;
	font-family: tahoma, "arial narrow", "helvetica narrow", arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 8px 0px 10px 0px;
	padding: 10px;
}
/* images */

thumb_left {
	
	float: left;
	margin: 0px 0px 0px 95px;
	width: 105px;
	padding: 6px 0px 0px 0px;
	border: 0;
}		

/* tables */
table caption.carthead {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
background-color: transparent;
padding: 5px 0px 5px 0px;
text-transform: uppercase;
}
table.formdata {
border: 1px solid #5F6F7E;
border-collapse: collapse;
}
table.formdata th {
border: 1px solid #5F6F7E;
background-color: #E2E2E2;
color: #000000;
text-align: left;
font-weight: normal;
padding: 2px 4px 2px 4px;
margin: 0;
}
table.formdata td {
margin: 0;
padding: 0;
border: 1px solid #E2E2E2;
}
table.formdata input {
width: 80px;
padding: 2px 4px 2px 4px;
margin: 0;
border: none;
}
/* hilite table form cells - not IE: */
.formdata input:focus {
border: 2px solid #000000;
}
td, th {
font: 11px "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.datatable {
border: 1px solid #dad1e9;
border-collapse: collapse;
}
.datatable td {
border-left: 1px dotted #dad1e9;
border-right: 1px dotted #dad1e9;
border-bottom: 1px solid #8c48aa;
text-align: center;
padding: 5px;
/* width: 105px; */
}
.datatable th {
border: 1px solid #828282;
background-color: #dad1e9;
font-weight: bold;
text-align: center;
padding: 5px;
/* width: 105px;*/
}
.datatable caption {
font: bold 12px georgia, "Times New Roman", Times, serif;
background-color: #3d3267;
color: #fff;
padding: 5px;
border: 3px solid #8c48aa;
}

/* to change alternating row colour */

.datatable tr.altrow {
background-color: #DFE7F2;
color: #000000;
}
.datatable td.white {
background-color: #ffffff;
color: #000000;
}
.carttable {
	border: 1px solid #dad1e9;
border-collapse: collapse;
}
.carttable caption {
font: bold 12px georgia, "Times New Roman", Times, serif;
background-color: #3d3267;
color: #fff;
padding: 5px 0px;
border: 2px solid #8c48aa;
}
.carttable  td {
border-left: 1px dotted #dad1e9;
border-right: 1px dotted #dad1e9;
border-bottom: 1px solid #8c48aa;
padding: 5px;
}
.carttable td.label {
	background-color: #E2E2E2;
	color: #000000;
}
.carttable td.boldlabel {
	font-weight: bold;
	background-color: #E2E2E2;
	color: #000000;
}
.carttable td.white {
	background-color: #ffffff;
color: #000000;
}
.carttable td.bold {
	font-weight: bold;
}
.carttable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
.carttable th {
	border: 1px solid #828282;
background-color: #dad1e9;
font-weight: bold;
text-align: center;
padding: 5px;
}
/* forms  */

form {
border: 1px dotted #dad1e9;
padding: 3px 6px 3px 6px;
}
form.plain {
	border: 0;
	padding: 0;
}
input {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #3d3267;
/* border: 1px solid #3d3267;*/
margin: 5px 0px 5px 0px;
padding: 0;
}
input.but {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px solid #3d3267;
margin: 5px 0px 5px 0px;
padding: 0;
}
body input.ocb-button {

  color:#404040;

  font-family:arial,helvetica,sans-serif;

  background-image: url(http://www.orientalcarpetbrokers.com/images/inactive1.gif);

  background-repeat:no-repeat;

  background-color:#e5e5e5;

  border:1px solid #a6a6a6;

}
div.subbut {
	background-color: #ECF6FF;
	text-align: center;
	padding: 4px 0px 4px 0px;
}
body input.ocb-action {

  color:#fff;

  font-family:arial,helvetica,sans-serif;

  font-weight:bold;

  background-image:url(http://www.orientalcarpetbrokers.com/images/active.gif);

  background-repeat: no-repeat;

  background-color:#4384f0;

  border:1px solid #1e5fc7;

}
select {
width: 200px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px solid #3d3267;
}
textarea {
width: 200px;
height: 40px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px solid #3d3267;
}
input.txt {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px inset #3d3267;
width: 200px;
}
input.txt:focus {
	background-color: #fff;
	border: 1px solid #000;
}
input.short {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px inset #3d3267;
width: 105px;
}
input.box1 {
	font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px inset #3d3267;
width: 25px;
}
select.short {
width: 150px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px solid #3d3267;
}
select.cal {
	float: left;
	width:70px;
}
input .rdo {
	padding: 0px;
	margin: 0px;
}
input.btn {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #3D3267;
background-color: #dad1e9;
border: 3px outset #000;
padding: 0;
/* padding: 2px 4px 2px 4px;
 border-left-color: #3d3267;
 border-left-style: ridge;
 border-left-width: 2px;
 border-bottom-color: #3d3267;
 border-bottom-style: ridge;
 border-bottom-width: 2px;
 border-right-color: #9E93C7;
 border-right-style: groove;
 border-right-width: 2px;
 border-top-color: #9E93C7;
 border-top-style: groove;
 border-top-width: 2px; */
}
input.browse {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9; 
border: 1px inset #3d3267;
}
form.inline {
display: inline;
}
label {
font : bold 10px Arial, Helvetica, sans-serif;
}
form p {
clear: left;
margin: 0;
padding: 0;
padding-top: 5px;
}
form p label {
float: left;
width: 30%;
font: bold 0.9em Arial, Helvetica, sans-serif;
}
form p.note {
font: bold 10px/14px "Trebuchet MS", verdana, sans-serif;
font-weight: bold;
background-color: transparent;
color: #CC9E29;
padding: 5px 0px 5px 25px;
}
form p.small {
	font : bold 10px/13px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 3px 0px 3px 0px;
}
form span.hilite {
color: #006666;
background-color: #FF99FF;
}
form span.instructions {
font-family: "arial narrow", arial, helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666;
background-color: transparent;
}
form span.addlink {
font-family: "arial narrow", arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
form span.addlink a {
text-decoration: underline;
color: Red;
background-color: transparent;
}
fieldset {
border: 1px dotted #21ebe6;
margin-top: 16px;
padding: 10px;
}
legend {
font: bold 1.0em Arial, Helvetica, sans-serif;
color: #3d3267;
background-color: transparent;
padding: 0px 5px 0px 5px;
}
p.inputbox {
	width: 500px;
}
p.inputbox label.desc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-size:90%;
	font-weight:bold;
	margin: 2px 0 7px 0;
	float: none;
}
p span.radio-b {
	width: 150px;
}
input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin: 0 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:10%;
}

/* enquiry forms */

#enquiry-form {
	width: 390px;
	margin: 0 auto 0 auto;
}
#enquiry-form div.decorator {
	background: transparent url(http://www.orientalcarpetbrokers.com/images/headers/personal-decorator.jpg) no-repeat 0px 4px;
}
#enquiry-form div.general {
	background: transparent url(http://www.orientalcarpetbrokers.com/images/headers/general-enquiries.jpg) no-repeat 0px 4px;
}
#enquiry-form div.item {
	background: transparent url(http://www.orientalcarpetbrokers.com/images/headers/item-enquiries.jpg) no-repeat 0px 4px;
}
#enquiry-form form {
border: 1px dotted #dad1e9;
padding: 3px 6px 3px 6px;
}
#enquiry-form fieldset {
border: 1px dotted #21ebe6;
margin-top: 130px;
padding: 10px;
}
#enquiry-form fieldset.below {
	margin-top: 5px;
}
#enquiry-form legend {
font: bold 1.0em Arial, Helvetica, sans-serif;
color: #3d3267;
background-color: transparent;
padding: 0px 5px 0px 5px;
margin-top: 12px;
}


#decorator-form {
	width: 390px;
	background: transparent url(http://www.orientalcarpetbrokers.com/images/headers/personal-decorator.jpg) no-repeat 0px 4px;
}
#decorator-form form {
border: 1px dotted #dad1e9;
padding: 3px 6px 3px 6px;
}
#decorator-form fieldset {
border: 1px dotted #21ebe6;
margin-top: 16px;
padding: 10px;
}
#decorator-form legend {
font: bold 1.0em Arial, Helvetica, sans-serif;
color: #3d3267;
background-color: transparent;
padding: 0px 5px 0px 5px;
margin-top: 120px;
}

/* Cart Forms */

#cartform {
	width: 450px;
	margin: 0 auto;
}
#cartform form {
border: 1px dotted #dad1e9;
padding: 3px 6px 3px 6px;
}
#cartform fieldset {
border: 1px dotted #21ebe6;
margin-top: 10px;
padding: 10px;
}
#cartform legend {
font: bold 1.0em Arial, Helvetica, sans-serif;
color: #3d3267;
background-color: transparent;
padding: 0px 5px 0px 5px;
margin-top: 12px;
}
#cartform span.tip {
	font-size: 0.8em;
	color: #666;
	padding: 0 0 0 12px;
	font-style: italic;
}
.onechoice {
	white-space: nowrap; 
}


label.postfield  {
	margin-left: 4px;
	margin-right: 4px;
	}
ul.payments {
	list-style: none;
white-space: nowrap;
}
ul.payments li {

	vertical-align: middle;
	padding: 1px 0 0px 0px;
}
ul.payments li label {
	display: inline;
	vertical-align: middle;
	padding: 0px;
}
span input {
	vertical-align: middle;
float: left;
}
span label {
float:left;
display: block;
	vertical-align: bottom;
	padding: 6px 0px 0px 7px;
white-space: nowrap;
}
/* translucency */

#backbox {
position: absolute;
top: 20px;
left: 20px;
width: 400px;
height: 300px;
background: url(limes.jpg) no-repeat;
}
#backbox .textblock {
filter: alpha(opacity=60); /* for IE */
opacity: 0.6;  /* for Moz */
margin-top: 50px;
margin-left: 50px;
width: 300px;
background: #ffffff;
border: 1px solid #007101;
padding: 0.5em;
font: 80%/1.6 Arial, Helvetica, sans-serif;
}

/*home page search */

#home div.search1 {
	float: left;
	margin: 0px 0px 0px 105px;
	padding: 0px;
}
#home div.search2 {
	float: left;
	padding: 0px 0px 0px 105px;
}
#home div.search3 {
	/* float: left; */
	margin-left: 315px;
	padding: 0px;
}
#home select.searchbox {
width: 105px;
font-family: verdana, geneva, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px solid #3d3267;
margin: 5px 0px 5px 0px;
}

#home label.searchlbl {
font: bold 10px Arial, Helvetica, sans-serif;
text-align: left;
padding: 4px 0px 10px 5px;
margin-bottom: 5px;
}
#home input.search {
	font-family: verdana, geneva, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3d3267;
background-color: #dad1e9;
border: 1px inset #3d3267;
width: 105px;
margin: 5px 0px 5px 0px;
}
/* dynamic product pages navigation and sort */

div.paged {
float:left;
width: 48%;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
}
div.sort {
	float: right;
	width: 50%;
	padding: 0px 5px 5px 0px;
	text-align: right;
}
/* gallery image display */

div#imagedisplay  {
    	float:left;
  	  }

#imagedisplay div.float {
  float: left;
  width: 150px;
  height: 270px;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 140px;
  }
html>body #imagedisplay div.float {
 	  width: 140px;    
   	}

div#imagedisplay div {
    	margin: auto;
  	  }
div.float img {
   border: 0px
   }
img.horiz {
   margin: 20px 0px;
   }
   
div#imagedisplay p  {
     	 font-size: 9px;
      	 font-weight: normal;
      	 text-align: center;
     	 color: #666;
		 padding: 0px; 
     	  }
div#imagedisplay p span.sprice {
	font-weight: bold;
	color: #CC5280;
}
div#imagedisplay p span.ssold {
	font-weight: bold;
	color: #303030;
}
.miniframed {
	background-color: #ffffff; 
	padding: 5px;
	}
/* proo box display */

div#boxdisplay  {
    	float:left;
  	  }

#boxdisplay div.float {
  float: left;
  width: 155px;
  height: 190px;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 145px;
  }
html>body #boxdisplay div.float {
 	  width: 145px;    
   	}

div#boxdisplay div {
    	margin: auto;
  	  }


/* misc */

abbr, acronym {
border-bottom: 1px dotted #7F7551;
cursor: help;
}

.clear	{
		clear: both;
		margin: 0px;
		}
div.clearer {
	clear: left; 
	line-height: 0.1px; 
	height: 0;
	}
.center {
   text-align: center;
   }
.vs10 {
clear: both;
	margin: 5px 0px;
	font-size: 1px;
	padding: 0;
}
.vs20 {
clear: both;
	margin: 10px 0px;
	font-size: 1px;
	padding: 0;
}
.vs50 {
clear: both;
	margin: 25px 0px;
	font-size: 1px;
	line-height: 0.1px;
	padding: 0;
}
/* calendar */

#calendar {
  	line-height: 140%;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}
	
/* rounded corners with images no header */

 /* set background images for corners */
.rbroundbox    { background: url(../images/cnrs/mid.gif) repeat; }

.rbtop         { background: url(../images/cnrs/t.gif) repeat-x; }
.rbtop div     { background: url(../images/cnrs/tl.gif) no-repeat top left; }
.rbtop div div { background: url(../images/cnrs/tr.gif) no-repeat top right; }

.rbbot         { background: url(../images/cnrs/bt.gif) repeat-x; }
.rbbot div     { background: url(../images/cnrs/btl.gif) no-repeat top left; }
.rbbot div div { background: url(../images/cnrs/btr.gif) no-repeat top right; }

.rbcontentwrap { background: url(../images/cnrs/left.gif) repeat-y; }
.rbcontent     { background: url(../images/cnrs/right.gif) repeat-y right; }

 
 /* height and width details */

/* rounded corners with images with header */

.rhroundbox    { background: url(http://www.orientalcarpetbrokers.com/images/cnrs/mid.gif) repeat; }

.rhrugs         { background: url(http://www.orientalcarpetbrokers.com/images/cnrs/rugs.gif) no-repeat top left; }
.rhservices	{ background: url(http://www.orientalcarpetbrokers.com/images/cnrs/services.gif) no-repeat top left; }
.rhoffers	{ background: url(http://www.orientalcarpetbrokers.com/images/cnrs/offers.gif) no-repeat top left; }
.rhserv	{ background: url(http://www.orientalcarpetbrokers.com/images/cnrs/serv.gif) no-repeat top left; }

/* .rhtop div     { background: url(../images/cnrs/tl.gif) no-repeat top left; }
.rhtop div div { background: url(../images/cnrs/tr.gif) no-repeat top right; } */

.rhbot         { background: url(http://www.orientalcarpetbrokers.com/images/cnrs/bmid.gif) repeat-x; }
.rhbot div     { background: url(http://www.orientalcarpetbrokers.com/images/cnrs/bleft.gif) no-repeat top left; }
.rhbot div div { background: url(http://www.orientalcarpetbrokers.com/images/cnrs/bright.gif) no-repeat top right; }

.rhcontentwrap { background: url(http://www.orientalcarpetbrokers.com/images/cnrs/left.gif) repeat-y; }
.rhcontent     { background: url(http://www.orientalcarpetbrokers.com/images/cnrs/right.gif) repeat-y right; }

 /* height and width details */
.rhrugs, rhservices, .rhoffers, .rhserv  {
	width: 100%;
	height: 39px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}
.rhbot div, .rhbot {
	width: 100%;
	height: 43px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}
.rhcontent  { padding: 5px 5px 5px 12px; margin: 0; line-height:1.3; text-align: left;  }
.rhroundbox { width: 187px; margin: 0px 0px 0px 0px; }

/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] */
.cleara:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cleara {display: inline-block;}

/* Hides from IE-mac \*/
* html .cleara {height: 1%;}
.cleara {display: block;}
/* End hide from IE-mac */


/* sitemap */

#smcol1 {
	float: left;
	width: 320px;
	margin: 10px 0 10px 0;
	line-height: 1.2em;
}
#smcol2 {
	float: right;
	width: 320px;
	margin: 10px 0 10px 0;
	line-height: 1.2em;
}
.smsection {
	padding: 10px;
	text-align: left;
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #A0A8C3;
}
#alpha-inner h1.sm1 {
	font-family: "lucida grande", "lucida sans", lucida, arial, geneva, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #4897AA;
	background-color: transparent;
	padding: 5px 0px;
	margin: 5px 0px 4px 0px;
} 
#alpha-inner .smsection h2.sm2 {
	font-family: "lucida grande", "lucida sans", lucida, arial, geneva, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00830C;
	background-color: transparent;
	padding: 3px 0px;
	margin: 5px 0px 4px 0px;
}
#alpha-inner .smsection h3.sm3 {
	font-size: 14px
	font-family: arial, helvetica, geneva, sans-serif;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #CC6052;
	background-color: transparent;
}
#alpha-inner .smsection h4.sm4 {
	font-size: 12px;
	font-family: arial, helvetica, geneva, sans-serif;
	font-weight: bold;
	padding: 0px 0px 5px 10px;
	color: #8C48AA;
	background-color: transparent;
}
#errorMessage td {
	font-size: 1.2em;
	color: #990000;
	font-weight: bold;
}
p.faq {
	margin: 0 15px 0 15px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
  	line-height: 110%;
  	color: #363636;
	background-color: transparent;
	text-align: left;
}
p.faq span {
	font-weight: bold;
	color: #000;
	font-style: italic;
}
#alpha-inner ul.basic {
		
		padding: 0;
		margin: 0 20px;
}
#alpha-inner ul.basic li {
	color: #1A1A1A;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	margin-left: 15px;
	margin-top: 10px;
	list-style-type: disc;

}
#alpha-inner ul.basic li li {
	list-style-type: circle;
	margin-left: 15px;
}
#alpha-inner ul.basic li.stress {
	font-weight: bold;
}

/* simplebits pyramid nav bar  */
.navbox {
	{
	width: 700px;
	padding: 15px;
	margin: 3px auto 20px auto;
	border: 1px solid #ccc;
	background: #fff;
	}
}
#navPyra, #navPyra1 {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#navPyra li, #navPyra1 li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited, #navPyra1 a:link, #navPyra1 a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover, #navPyra1 a:link.active, #navPyra1 a:visited.active, #navPyra1 a:hover {
	color: #000;
	background: url(../images/util/tab_pyram.gif) no-repeat bottom center;
	}
/* FAQ */
#faq1 dt {
	cursor:pointer;
	font-weight: bold;
	font-size: 12px;
	color: #392772;
	background-color: transparent;
	text-decoration: none;
	margin: 5px 0px 10px 0;
}
#faq1 dt span:hover {
	color: #000; 
	text-decoration:none; 
	background-color: transparent;
	border-bottom: 1px solid #6CB7FF;
}
#faq1 dd {
	margin: 5px 0px 5px 5px;
	font-size: 11px;
	font-weight: normal;
}
#faq1 dd p {
	font-size: 11px;
	font-weight: normal;
	margin: 0.4em 0;
	line-height: 1.4;
}
p.instructions {
	font-size: 1.1em;
	font-style: italic;
	color: #006400;
	background-color: transparent;
}
