/* CSS Document */
body {
	background-color:#8F337E;
}

div#header_right{
	background-image:url(../images/home/header_right_bg.jpg);
	background-repeat:no-repeat;
}

div#main{
	background-image:url(../images/home/bg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

div#footer{
	background-image:url(../images/home/main_footer_bg.jpg);
	background-color:#8F337E;
	background-repeat:repeat-x;
	background-position:left top;
}

div#main_space{
	background-image:url(../images/home/main_spacer_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#main_catalog .catalog_sort{
	background-image:url(../images/home/catalog_sort.jpg);
	background-repeat:no-repeat;
}

#catalog_list_container{
	background-image:url(../images/home/catalog_list_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#scroll_catalog_up{
	background-image:url(../images/home/scroll_catalog_up.jpg);
	background-repeat: no-repeat;
	border:0px;
}

#scroll_catalog_down{
	background-image:url(../images/home/scroll_catalog_down.jpg);
	background-repeat: no-repeat;
	border:0px;
}

.catalog_item .title a{
	text-decoration:none;
	color:#0d3c3c;
}

div#main_menu{
	background-image:url(../images/home/main_menu_bg.jpg);
	background-repeat:no-repeat;
}

.header_input{
	border:1px solid #184B2F;
	background-image:url(../images/home/header_input_bg.jpg);
	background-repeat:repeat-x;
}

div#main_content{
  background-color:#ffffff;
}

#main_content .left{
	background-image:url(../images/home/content_left_bg.jpg);
	background-repeat:no-repeat;
}

#main_content .right{
	background-image:url(../images/home/content_right_bg.jpg);
	background-repeat:no-repeat;
}

#header_logo{
	width:280px;
	height:162px;
	padding:0px;
	margin:0px;
	background-image:url(../images/home/logo.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	*cursor:hand;
}

div#categoryContainer{
	background-image:url(../images/home/leftSpacer.jpg);
	background-repeat:no-repeat;
}

a.strip_link{
	color:#350069;
}

#product_container{
    float:left;
    margin-left:20px;
    height:auto;
    width:570px;
    border:0px;
    overflow:hidden;
    text-align:left;
}

#product_details{
    float:left;
    width:100px;
    height:auto;
    border:0px solid #ff0000;
}

#product_img_container{
    overflow:hidden;
    float:left;
    position:relative;
    width:230px;
    height:309px;
    border:1px solid #CCCCCC;
    text-align:center;
    *margin-left:0px;
}
#image_options_enlarge{
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
}
#image_options_hires{
	position:absolute;
	z-index:100;
	top:0px;
	left:29px;
}
#image_options_psd{
	position:absolute;
	z-index:100;
	top:0px;
	left:58px;
}
#product_details td{
    text-align:left;
    font-size:11px;
    line-height:18px;
}

.product_images{
	float:left;
	width:230px;
	height:52px;
}
.product_image{
	overflow:hidden;
	float:left;
	width:50px;
	height:50px;
	border-top:0px;
	border-left:0px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.first_img{
	border-left:1px solid #ccc;
}
.
#product_details td.title{
    text-align:right;
    font-size:11px;
    line-height:18px;
    font-weight:bold;
}

.title_txt{
    text-align:left;
    font-size:22px;
    line-height:30px;
    font-weight:bold;
    color:#903481;
    text-transform:uppercase;
}

.coming_soon{
	position:absolute;
	top:250px;
	left:35px;
	background-image: url(../images/common/coming_soon.png);
	background-repeat:no-repeat;
	height:46px;
	width:157px;
	padding:0px;
	margin:0px;
	z-index:100;
	*background-image:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/coming_soon.png');
}
.just_released{
	position:absolute;
	top:250px;
	left:35px;
	background-image: url(../images/common/just_released.png);
	background-repeat:no-repeat;
	height:46px;
	width:157px;
	padding:0px;
	margin:0px;
	z-index:100;
	*background-image:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/just_released.png');
}