/************************ Color ************************/

.red {
    color: red;
}

/************************ General Layout ************************/

.clear_both {
	clear: both;	
}

/************************ Upselling Product ************************/

.upselling_product_container {
	width: 180px;
	margin: 0px 0px 22px 25px;
	float: left;
	border: 2px dashed pink;
	text-align: center;
	overflow: hidden;
}

.upselling_product_container:hover {
	border: 2px solid #C73F17;
	cursor: pointer;
}

.upselling_product_container a:hover {
	text-decoration: none;	
}

.upselling_product_name_container {
	width: 170px;
	margin: 10px 0px 10px 5px;
	min-height: 40px;
}

.upselling_product_name {
	font-size: 12px;
}

.upselling_product_sku {
	font-size: 10px;
}

.upselling_product_thumbnail_container {
	min-height: 125px;
}

.upselling_product_price_container {
	margin: 8px 0px 12px 0px;
	font-size: 12px;
	font-weight: bold;	
}

.upselling_product_thumbnail img {
	border: 1px dotted #FFADB9;
	padding: 2px;
	margin: 1px;
}

.upselling_product_thumbnail img:hover {
	border: 1px solid #C73F17;
	cursor: pointer;
}

/************************ Recommended Product ************************/

.recommended_product_container {
	width: 180px;
	margin: 0px 0px 22px 25px;
	float: left;
	border: 2px dashed pink;
	text-align: center;
	overflow: hidden;
}

.recommended_product_container:hover {
	border: 2px solid #C73F17;
}

.recommended_product_container a:hover {
	cursor: pointer;
}

.recommended_product_container a:hover {
	text-decoration: none;	
}

.recommended_product_name_container {
	width: 170px;
	margin: 10px 0px 10px 5px;
	min-height: 40px;
}

.recommended_product_name {
	font-size: 12px;
}

.recommended_product_sku {
	font-size: 10px;
}

.recommended_product_thumbnail_container {
	min-height: 125px;
}

.recommended_product_price_container {
	margin: 8px 0px 12px 0px;
	font-size: 12px;
	font-weight: bold;	
}

.recommended_product_thumbnail img {
	border: 1px dotted #FFADB9;
	padding: 2px;
	margin: 1px;
}

.recommended_product_thumbnail img:hover {
	border: 1px solid #C73F17;
	cursor: pointer;
}

/************************ Product Tabs ************************/

.product_tabs_container {
	text-align: center;
	width: 755px;
}

#tabsD {
	/* width: 680px; */
	width: 100%;
	min-width: 680px;
	margin: 0 auto;
    padding:0px 0px 0px 0px;	
    line-height:normal;
}

#tabsD ul {
     margin:0;
     padding:10px 10px 0 0;
     list-style:none;
}

#tabsD li {
   display:inline;
   margin:0;
   padding:0;
}

#tabsD ul.tabs-nav li a {
   float:left;
   background:url(../images/tabs/tableftD.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
 
#tabsD ul.tabs-nav li a span {
   	float:left;
   	display:block;
   	background:url(../images/tabs/tabrightD.gif) no-repeat right top;
   	padding:8px 15px 0px 6px;
	margin-right: 4px;
	color:#C7377D;
}

#tabsD ul.tabs-nav li a:hover {
	color: #6d545f;
}
#tabsD ul.tabs-nav li a:hover span {
	color: #6d545f;
}

#tabsD ul.tabs-nav li.tabs-selected a{
	background-position:0% -42px;
}
#tabsD ul.tabs-nav li.tabs-selected a span {
	background-position:100% -42px;
}

#tabsD ul.tabs-nav li.tabs-selected a{
	background-position:0% -42px;
	color:#C7377D;
}
#tabsD ul.tabs-nav li.tabs-selected a span {
	background-position:100% -42px;
	color:#C7377D;
}
		
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav li .tabs-selected {
	border-bottom: 1px solid pink;
}
.tabs-nav a, .tabs-nav a span {
		display: block;
		padding: 0 10px;
		background: url(tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    /*color: #27537a;*/
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
    cursor: pointer;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 22px; /* IE 6 treats height as min-height */
    min-height: 22px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	clear: both;
    border: 1px solid #c48da7;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/************************ Category Product ************************/

.category_all_product_container {
	width: 100%;
	text-align: center;
}

.category_product_row {
	width: 680px;
	overflow: hidden;
	margin: 0 auto;
    padding:0px 0px 0px 0px;
}

.category_product_container {
	width: 190px;
	margin: 0px 0px 22px 25px;
	float: left;
	border: 2px dashed pink;
	text-align: center;
	overflow: hidden;
}

.category_product_container:hover { 
	border: 2px solid #C73F17;
}

.category_product_container a:hover {
	cursor: pointer;
}

.category_product_container a:hover {
	text-decoration: none;	
}

.category_product_name_container {
	width: 170px;
	margin: 10px 0px 10px 5px;
	min-height: 40px;
}

.category_product_name {
	font-size: 12px;
}

.category_product_sku {
	font-size: 10px;
}

.category_product_thumbnail_container {
	min-height: 125px;
}

.category_product_price_container {
	margin: 8px 0px 12px 0px;
	font-size: 12px;
	font-weight: bold;	
}

.category_product_thumbnail img {
	border: 1px dotted #FFADB9;
	padding: 2px;
	margin: 1px;
}

.category_product_thumbnail img:hover {
	border: 1px solid #C73F17;
	cursor: pointer;
}

.product_navigation {
	padding: 0px 0px 0px 28px;
}

#sub_categories_category_container {
	margin-bottom:-18px;
}

.sub_categories_category_box {
	width:680px;
	overflow:hidden;
	margin:0 0 2px 40px;
}

.sub_categories_category {
	width:325px;
	padding-left:10px;
	float:left;
}

#sub_categories_wedding_ideas_container {
	text-indent: 20px;
	padding: 20px 20px 20px 20px;
}

/************************ Bestseller Product ************************/
#bestseller_container {
	width: 180px;
	text-align: center;
	overflow: hidden;
}

.bestseller_product_container {
	width: 165px;
	margin: 12px 0px 12px 0px;
	padding: 8px 5px 8px 5px;
	border: 2px dashed pink;
	text-align: center;
	overflow: hidden;
}

.bestseller_product_container:hover {
	border: 2px solid #C73F17;
}

.bestseller_product_container a:hover {
	cursor: pointer;
}

.bestseller_product_container a:hover {
	text-decoration: none;	
}

.bestseller_product_name_container {
	float: left;
	width: 95px;
}

.bestseller_product_name {
	font-size: 12px;
}

.bestseller_product_sku {
	font-size: 10px;
}

.bestseller_product_thumbnail_container {
	float: left;
	width: 65px;
}

.bestseller_product_price_container {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;	
}

.bestseller_product_thumbnail img {
	border: 1px dotted #FFADB9;
	padding: 2px;
	margin: 1px;
}

.bestseller_product_thumbnail img:hover {
	border: 1px solid #C73F17;
	cursor: pointer;
}
/*
#bestseller_container {
	width: 180px;
	text-align: center;
	overflow: hidden;
}

.bestseller_product_container {
	width: 135px;
	margin: 5px 0px 5px 0px;
	border: 2px dashed pink;
	text-align: center;
	overflow: hidden;
}

.bestseller_product_container:hover {
	border: 2px solid #C73F17;
}

.bestseller_product_container a:hover {
	cursor: pointer;
}

.bestseller_product_container a:hover {
	text-decoration: none;	
}

.bestseller_product_name_container {
	width: 128px;
	margin: 6px 0px 6px 5px;
	min-height: 27px;
}

.bestseller_product_name {
	font-size: 12px;
}

.bestseller_product_sku {
	font-size: 10px;
}

.bestseller_product_thumbnail_container {
	min-height: 80px;
}

.bestseller_product_price_container {
	margin: 5px 0px 8px 0px;
	font-size: 12px;
	font-weight: bold;	
}

.bestseller_product_thumbnail img {
	border: 1px dotted #FFADB9;
	padding: 2px;
	margin: 1px;
}

.bestseller_product_thumbnail img:hover {
	border: 1px solid #C73F17;
	cursor: pointer;
}
*/
/******************* Image slider  ************************/
/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
#coin-slider { margin-top: 15px; width: 700px; height: 352px; }

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.coin-slider-slide { display: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; color: #FFFFFF; width:350px; margin: 8px 167px; }
.cs-first { margin-top: 2px; }
#cs-first-bottom-text { position:absolute; top:254px; margin-left:-180px; font-size:16px; background-color:transparent; color: transparent; padding-top:10px; width:540px; height: 46px; z-index: 999999; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; font-weight: bold; }
/******************* End Image slider  ************************/