	/*
	 * CSS Off Broadway Boutique
	 * Created: 11/04/09
     * Last updated: 11/04/09
	 */
	
	@import url("bob_style.css");
	@import url("ecom_style.css");
	
	body {
		margin: 0;
		padding: 0;
		background:#000 url(images/gradient_bg.gif) repeat-x top;
		font-family: Arial, san-serif;
	}
	
	a {
		
	}
	
	img {
		border: none;
	}
	
	div#wrapper {
		width:960px; 
		min-height:895px; 
		margin:0 auto; 
		background:url(images/curtains.png) no-repeat top;
	}
	
	div#container {
		width:760px; 
		margin:0 auto; 
	}
	
	div#header {
		width:760px; 
		height:160px;
	}
	
	div#logo {
		float:left; 
		width:140px; 
		height:90px;
		margin:7px 10px;
	}
	
	div#header-banner {
		float:left; 
		margin-top:7px; 
		width:300px; 
		height:90px; 
	}
	
	div#header-right-col {
		float: right;
		width: 290px;
		height: 90px;
		margin-top: 7px;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	div#header-right-col p {
		margin: 0;
		padding: 0 0 3px 0;
		text-align: right;
	}
	
	div#header-right-col #keywords, div#footer #subscribe_input {
		font-size:11px; 
		color:#FFFFFF; 
		padding-left:3px; 
		background:#4f4a46; 
		border:none;
		height: 14px;
	}
	
	div#header-right-col #submit, div#footer #subscribe_submit {
		width:30px; 
		font-size:9px; 
		background:#848687; 
		border:1px #FFFFFF solid;
	}

	div#menu {
		clear:both; 
		width:760px; 
		height:31px; 
		background:url(images/top_menu_bg.gif) repeat-x; 
	}

	div#tiny-buttons {
		width:760px; 
		height:25px; 
		background:#a1a19f;
	}

	div#tiny-buttons #shipping {
		float:left; 
		width:131px;
	}

	div#tiny-buttons #livechat {
		float:left; 
		width:94px; 
		margin-left:130px;
		color:#a2a2a2;
	}

	div#tiny-buttons #tour {
		float:left; 
		width:89px; 
		margin-left:130px;
	}

	div#tiny-buttons #coupon {
		float:right; 
		width:87px;
	}

	div#content {
		width:760px;
		height: auto;
		background:#FFF;
	}
	
	div#content table#top-level {
		padding:10px 0 20px 0;
	}
	
	div#latest-features {
		width: 760px;
		height:128px;
		background:url(images/newest_products_bg.png) no-repeat;
		float: left;
	}
	div#latest-features1{width: 745px; height:128px; background:url(images/newest_products_bg.png) no-repeat; float: left; padding: 0 0 0 15px;}
	
	div#latest-news {
		float: left;
		width:260px; 
		height:128px; 
		background:url(images/latest_news_bg.png) no-repeat;
	}
	
	div#lates-new a {
		color:#F03;
		text-decoration:none;
	}
	
	div#lates-new a:hover {
		text-decoration:underline;
	}
	
	div#pre-footer-banner {
		height:69px;
	}

	div.showcase-banner {
		float:left; 
		width:187px; 
		height:98px;
		margin-right: 4px;
	}

	div#footer {
		height:110px;
		background:url(images/footer_bg.png) no-repeat bottom;
	}

	div#footer #social {
		float: right;
		margin-right: 10px;
	}

	div#footer ul, div#footer #social ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	div#footer li {
		margin: 0;
		padding:0 0 10px 0px;
		text-transform: uppercase;
		color: #FFF;
	}

	div#footer #column-one, #column-two, #column-three {
		float:left;
		width: 170px;
		font-size: 11px;
		margin-left: 10px;
	}

	div#footer #social li {
		margin: 0;
		float: left;
		padding-left:15px;
	}
	
	div#header a, div#footer a {
		color: #FFF;
		text-decoration: none;	
	}
	
	div#header a:hover, div#footer a:hover {
		text-decoration:underline;	
	}

	div.tiny-spacer {
		clear: both;
		height: 5px;
	}

	div.spacer {
		clear: both;
		height: 10px;
	}

	div.dbl-space {
		clear: both;
		height: 20px;
	}
	
	div#breadcrumb {
		padding:5px 0 5px 14px;
		background:#FFF;
		color:#000000;
		font-size:12px;	
		font-weight:bold;
		border-top:1px #000 solid;
		border-bottom:1px #000 solid;
	}
		
	div#breadcrumb a {
		color: #CC0000;	
		text-decoration:none;
	}
	
	div#breadcrumb a:hover	{
		color: #CC0000;	
		text-decoration:underline;
	}
	
	#pagination-align {
		margin-right:28px;
		float:right;
	}
	.jcarousel-prev{ float:left; padding-top:50px;}
	.jcarousel-next{ float:right;  padding-top:50px;}
	#commentSlide{ float:left;}
	.looping{ margin:0 auto; width:762px; overflow:hidden;}
	.looping ul li{ margin:0 10px; width:200px!important; border:0px solid #fff; text-align:center; font:normal 12px Arial, Helvetica, sans-serif; color:#000; margin:0px 10px 0 10px;}
	
