body
{
background:url(images/bg.jpg) no-repeat center top #cccccc;
background-attachment:fixed;
padding:0px;
font-size:12px;
font-family:helvetica,arial,sans-serif;
margin:0px auto auto auto;
color:#fff;
}
a{
text-decoration:underline;
color:#FF9933;
}
p{
text-align:justify;
line-height:15px;
padding:5px 0px 5px 0px;
font-size:13px;
margin:0px;
}
#main_container{
width:902px;
height:auto;
margin:auto;
padding:0px;
}
#header{
width:902px;
height:109px;
margin:auto;
background:url(images/top_menu_bg.png) no-repeat center;behavior: url(iepngfix.htc);
padding:0px 0px 0px 0px;
}
.logo{
padding:8px 0px 0px 0px;
float:left;
}

span
{
color: #fff;
}

#videos
{
	padding-top: 10px;
	height: 3400px;
}

/*---------------- menu tab----------------------*/
#menu_tab{
width:470px;
float:left;
padding:0px;
}

ul.menu {
list-style-type:none; display:block; width:470px; 
 margin: auto; padding:65px 0px 0px 0px; background:none;}

ul.menu li {
display:inline;
font-size:13px;
font-weight:bold;
line-height:28px;}

ul.menu li.divider {
display:block;
float:left;
width:1px;
height:31px;
padding:0px ;
margin:0px;
background:url(images/divider.gif) no-repeat center;
}

a.nav:link, a.nav:visited {
display:block; float:left; padding:0px; margin:0;width: auto; margin:0px 14px 0px 14px; text-align:center;
text-decoration:none; background:none; color:#fff;}

a.nav_selected:link, a.nav_selected:visited {
display:block; float:left; padding:0px; margin:0;width: auto;margin:0px 14px 0px 14px;text-align:center;
text-decoration:none; color: #FF9933;}

a.nav:hover {
color: #FF9933; text-decoration:none;}

/*-----------------_bt
_tab----------------*/
.search_tab{
float:left;
width:200px;
padding:70px 0px 0px 0px;
}
.search{
width:150px;
height:20px;
border:none;
float:left;
background-color:#FF9933;
color:#000000;
padding:0 0 0 0px;
}
input.search_bt{
float:left;
padding:0 0 0px 5px;
}

.left_sidebar{
width:180px;
float:left;
}
.submenu_pic{
padding:10px 0px 0px 28px;
}
/*--------------left menu----------------*/
#left_menu{
position:relative;
top:-3px;
left:-15px;
float:left;
}
#left_menu ul{
list-style-type:none; width: 177px;
margin:0; padding:0;}

#left_menu li {
display:block;}

#left_menu li a {
display:block;  padding:0 0 0 25px; height:30px;text-align:left; line-height:30px;
text-decoration:none; background-color:#d4847f; color:#FFFFFF;border-bottom:1px #da9591 solid;}
#left_menu li.selected a {
display:block;  padding:0 0 0 25px; height:30px;text-align:left; line-height:30px;
text-decoration:none;background:url(images/left_menu_bullet.gif) no-repeat left #b0335d; color:#FFFFFF;border-bottom:1px #da9591 solid; background-position:5px 8px;
}
#left_menu li a:hover {
display:block;  padding:0 0 0 25px; height:30px;text-align:left;
text-decoration:none; background:url(images/left_menu_bullet.gif) no-repeat left #b0335d; color:#FFFFFF;border-bottom:1px #da9591 solid; background-position:5px 8px;
}
/*----------------main_content----------------*/
#main_content{
width:902px;
clear:both;
background:url(images/main.png);behavior: url(iepngfix.htc);
height:auto;
margin:55px 0px 0px 0px;
}



#follow {display:block; float:left; width:40%;}

#welcome {display:block; float:left; width:60%;}

#center_content{
width:700px;
float:left;
height:auto;
padding:10px 0 30px 5px;
}
.title{
height: 50px;
padding: 0px;
}

.title2{
padding: 10px 10px 0px 0px;
}

.title a{
color:#DF6195;
text-decoration:underline;
}
.product_box{
width:650px;
height: auto;
margin:auto;
float:left;
padding:8px;
margin:0 0 8px 8px;

}
.product_box_details{
width:640px;
height: auto;
margin:auto;
float:left;
padding:8px;
margin:0 0 0 8px;

}
img.prod_image{
float:left;
padding:0 10px 0 0;
}
.product_details{
float:left;
width:165px;
}
.product_details_wide{
float:left;
width:450px;
}
.prod_title{
color:#d4847f;
padding:0 10px 0 0;
}
span.price{
font-size:24px;
color:#a6f2a4;
}
p.price{
color:#d4847f;
}
a.details{
display:block;
padding:10px 0 0 0;
}
p.shop_by_brand{
width:700px;
float:left;
padding:0 10px 0 0;
line-height:17px;
}
p.gifts_details{
width:275px;
float:left;
padding:0 0 0 10px;
line-height:17px;
}
img.sp{
float:left;
padding:0 5px 0 5px;
}
img.gift{
float:left;
margin:5px;

}

img
{
border: none;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 15px;

}
ul.thumb li {
	margin: 0; padding: 10px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 150px;
	height: 194px;
}
ul.thumb li img {
	width: 150px; height: 194px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 2px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

ul.tube {
	float: left;
	list-style: none;
	margin: 0; padding: 15px;

}
ul.tube li {
	margin: 0; padding: 10px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 280px;
	height: 225px;
	}

tube li object {
padding: 2px;
}




/*---------------------pagination-----------------------------*/

div.pagination {
padding:5px;
margin:5px;
text-align:center;
float:left;
font-size:10px;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #ddd;

text-decoration: none; 
color: #d8325d;
}
div.pagination a:hover, div.pagination a:active {
border:1px solid #ddd;
color: #fff;
background-color: #d8325d;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #ddd;
font-weight: bold;
background-color: #d8325d;
color: #FFF;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #ddd;
color: #ccc;
}
/*------contact form------*/
#contact_form{
float:left;
width:300px;
padding:10px 10px 0 10px;
color:#fff;
}
.contact_input{
width:240px;
height:17px;
font-size:10px;
float:left;
background-color:#3F1015;
border:1px #6F222B solid;
color:#FFFFFF;
}
label.contact_form{
width:50px;
float:left;
padding:0 0 5px 0;
font-size:12px;
color:#FFFFFF;
}
.contact_textarea{
width:290px;
height:80px;
font-size:10px;
float:left;
color:#FFFFFF;
background-color:#3F1015;
border:1px #6F222B solid;
}
input.contact_submit{
float:right;
padding:10px;
}
.cleardiv {
clear:both;
overflow:hidden;
height:4px;
}
.clear{
clear:both;
}
/*----footer---------*/
#footer{
width:auto;
clear:both;
padding:15px 0 10px 0;
margin:20px 0 0 0;
height:60px;
border-top:1px #3a0f17 solid;
text-align:center;
color:#73363c;
}
.left_foter{
float:left;
padding:5px 0 0 10px;
}
.center_footer{
float:left;
padding:10px 0 0 100px;
}
#footer a{
color:#73363c;
text-decoration:none;
}

/*----poll-------*/


#adsimage{
padding: 0px 5px 0px 15px; 
}

#ads
{
padding: 125px 5px 0px 30px; 
}



#poll{
padding: 5px 5px 0px 5px; 
height: 190px;
}

#pollcontainer{
	margin:5px; border:1px;
}
#loader{ display:none; text-align:center;}
.option{ margin:5px 0; }
.option p{ line-height:1.1em;}
.bar{ height:10px; background:#FF9933; }
.yourvote{ background:#113399; }

#sharethis
{
float:right;
}

.rounded
{
-webkit-border-radius: 15px;    /* for Safari */
-moz-border-radius: 15px;
border-radius: 15px;
}

p.trigger {
	font-weight: normal;
	float: left;
}
p.trigger a {
	text-decoration:underline;
	color:#FF9933;
	text-decoration: none;
	display: block;
}
p.trigger a:hover { color: #ccc; }
p.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	overflow: hidden;
	clear: both;
	}
}
.toggle_container .block {
}

    img.resize {
    width: 200px;
    height : auto;
    }

    img.resize {
    width: auto;
    height : 200px;
    }
    
   b {
   color: #FF9933;
  }
     h1, h2, h3 {
   color: #FF9933;
  }
