html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	min-height:700px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-height:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #000; /*#7C1E66;/*9c437d;  1B57A3;*/
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#left_shadow{
	width:980px;
	padding-left:12px;
	background: url('../assets/images/left-shadow.jpg') left repeat-y;
	margin-left: auto;
	margin-right: auto;
	min-height:100%;
}
#right_shadow{
	padding-right:12px;
	background: url('../assets/images/right-shadow.jpg') right repeat-y;
	min-height:100%;
}
#container {
	width: 910px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	min-height: 768px;
	height:100%;
}
#header {
	position: relative;
}
#header .div1 {
	height: 97px;
	padding-right:5px;
	margin-bottom: 5px;
}
#header .div2 {
	position: relative;
	padding-top:10px;
}
#header .div3 {
	width: 250px;
	height: 66px;
	position: absolute;
	top: 15px;
	right: 0px;
	padding-top: 5px;
	padding-left: 10px;
	margin-right: 0;
	border-left:1px #C67BAB dotted;
}
#header .div7 {
	position: absolute;
	top: 15px;
	right: 270px;
	width: 250px;
	height: 66px;
	text-align: right;
}
#header .div5 {
	display: none;
}
#header .div5 a, #header .div5 img {
	float: left;
}
#header .div6 a, #header .div6 img {
	float: right;
}
#header .div6-alt{
	text-align:right;
}
#breadcrumb {
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 0px;
	height: 13px;
	margin-bottom: 5px;
	color: #999;
	font-size:12px;
}
#breadcrumb a{
	font-size:12px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
}
#content {
	float: left;
	width: 700px;
	margin-bottom: 10px;
}
#content .top {
	padding: 4px 0px 10px 10px;
}
#content .top h1, .heading {
	color:#9c437d;
	border-bottom: 1px #9c437d dotted;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 3px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .bottom {
}
.box {
	margin-bottom: 10px;
}
.box .top {
	padding: 4px 0px 4px 7px;
	color: #fff; /*871d6b;*/
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: url('../assets/images/button_bg.jpg') repeat-x;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	background: #f9f9f9;
	padding: 10px;
}
.box .bottom {
	height: 5px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: url('../assets/images/button_bg.jpg') repeat-x scroll top right;
	color: #FFFFFF !important;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: url('../assets/images/button_bg.jpg') repeat-x;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
a.button2 {
	background: url('../assets/images/rnd_button_right.jpg') no-repeat scroll top right;
	color: #FFFFFF !important;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button2 span {
	background: url('../assets/images/rnd_button_left.jpg') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.list a{
	color:#000;
	font-weight: bold;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	height: 100px;
	clear: both;
	padding-top: 15px;
	border-top: 1px dotted #C67BAB;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
	font-size:12px;
}
#category ul a{
	font-size:12px;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
#information ul a{
	font-size:12px;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.di_advertisement{
	margin:0 auto 0 auto;
}
#menu_container_outer{
	padding-right:5px;
	height:35px;
	background:url('../assets/images/menu_bg_cap_03.jpg') no-repeat right;
}
#menu_container{
	padding-left:5px;
	height:35px;
	background:url('../assets/images/menu_bg_cap_01.jpg') #d88bc0 no-repeat left;
}
#main_menu{
	padding:2px 10px 0 10px;
}
#main_menu a.tab_link{
	color: #fff;
	text-decoration:none;
	display: block;
	padding-top:10px;
	height:23px;
	width: 100%;
	font-size:14px;
}
#main_menu .default_tab, #main_menu .over_tab, #main_menu .current_tab{
	color:#ffffff;
	font-weight:bold;
	width:auto;
	height:33px;
	position:absolute;
}
#main_menu .default_tab .left_tab, .default_tab .middle, .default_tab .right_tab,
		   .current_tab .left_tab, .current_tab .middle, .current_tab .right_tab{
	width:auto;
	height:33px;
	float: left;
	cursor:pointer;
}

#main_menu .default_tab .left_tab {
	width:11px;
	background:url('../assets/images/left_tab.png') no-repeat;
}
#main_menu .default_tab .middle {
	padding:0 5px 0 5px;
	height:33px;
	background:url('../assets/images/tab_middle.png') repeat-x;
}
#main_menu .default_tab .right_tab {
	width:12px;
	background:url('../assets/images/right_tab.png') no-repeat;
}

#main_menu .current_tab .left_tab {
	width:11px;
	background:url('../assets/images/current_tab_01.png') no-repeat;
}
#main_menu .current_tab .middle {
	padding:0 5px 0 5px;
	height:33px;
	background:url('../assets/images/current_tab_02.png') repeat-x;
}
#main_menu .current_tab .right_tab {
	width:12px;
	background:url('../assets/images/current_tab_04.png') no-repeat;
}
#main_menu .menu_arrow{
	padding-left:10px;
	width: 10px;
	height: 5px;
	display: inline-block;
	background:url('../assets/images/dd_arrow.png') right no-repeat;
}
#main_menu .children{
	top:33px;
	left:1px;
	position:absolute;
	width: 170px;
	height: auto;
	display:none;
	padding:0;
}
#children_frame{
	background:#871d6b;
}
#main_menu .children .child_container{
	padding-top:0;
	width: 170px;
	height: auto;
	float: left;
	position:relative;
	top:inherit;
}
#main_menu .children .child{
	height: auto;
	display: block;
}
#main_menu .children .child a.tab_child_link{
	width: 155px;
	padding: 2px 0 2px 15px;
	font-weight:normal;
	color: #fff;
	display: block;
	text-decoration: none;
}
#main_menu .children .child a.tab_child_link:hover{
	background: #d88bc0;
}
#main_menu .children .child a.tab_child_child_link{
	width: 155px;
	padding: 2px 0 2px 15px;	font-weight:normal;
	color: #fff;
	display: block;
	text-decoration: none;
	background:#871d6b;
}
#main_menu .children .child a.tab_child_child_link:hover{
	background: #d88bc0;
}
.dd_bottom{
	height: 12px;
}
.dd_bottom .dd_left{
	background: url('../assets/images/dd_bottom_01.png') left no-repeat;	
}
.dd_bottom .dd_middle{
	background: url('../assets/images/dd_bottom_02.png') repeat-x;	
	margin: 0 8px 0 8px;
	height: 12px;
}
.dd_bottom .dd_right{
	background: url('../assets/images/dd_bottom_04.png') right no-repeat;	
}
.dd_top{
	height: 12px;
}
.dd_top .dd_left{
	background: url('../assets/images/dd_top_01.png') left no-repeat;	
}
.dd_top .dd_left2{
	background: url('../assets/images/dd_top_05.png') left no-repeat;	
}
.dd_top .dd_middle{
	background: url('../assets/images/dd_top_02.png') repeat-x;	
	margin: 0 8px 0 8px;
	height: 12px;
}
.dd_top .dd_right{
	background: url('../assets/images/dd_top_04.png') right no-repeat;	
}
.dd_top .dd_right2{
	background: url('../assets/images/dd_top_01.png') right no-repeat;	
}
#banner {
	width: 900px;
	padding: 4px;
	margin: 10px 0 0 0;
	border: 1px #d88bc0 solid;
}
#home_ads {
	text-align:center;
	margin: 10px auto 0 auto;
}
#brands {
	margin: 5px 0 5px 0;
}
#brands img{
	margin: 5px 20px 5px 20px;
}
.welcome_message{
	color:#54803B;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
}
.nav_links{
	height:14px;
	margin-top: 10px;
	color: #7C1E66;
	font-size:12px;
}
.nav_links a{
	font-size:12px;
}
#module_search input{
	font-size: 1.2em;
	outline:none;
	padding:0px;
	margin:0px;
	height: 21px;
	width: 165px;
	float: left;
}
#module_search {
	height: 21px;
}
#search_button{
	display:inline-block;
	float:left;
	padding:0 20px 0 0;
	margin:0px;
}
.div8{
	padding-top: 5px;
	padding-bottom: 5px;
	height: 56px;
}
#weekly_ads a{
	color:#70A9F4;
	font-size:24px;
	font-weight:bold;
	text-decoration: none;
}
.weekly_ads .heading{
	color:#70A9F4;
	font-size:16px;
	font-weight:bold;
}
.weekly_ads .text{
	color: #d1d1d1;
	font-size: 14px;
	margin-bottom: 15px;
}
#current_promos a{
	color: #406489;
	font-size:24px;
	text-decoration: none;
}
.footer_links{
	width: auto;
	height: 100px;
	float: left;
	font-size:10px;
	color: #C67BAB;
}
.footer_links a{
	font-size:10px;
	display: block;
}
.footer_links_divider{
	border-left: 1px #C67BAB dotted;
	margin-left: 5px;
	margin-right: 5px;
	width: 1px;
	height: 90px;
	float: left;
}
.store_name{
	display: inline-block;
	margin-bottom: 100px;
}
#TB_title{
	color: #fff;
	background: url('../assets/images/button_bg.jpg') repeat-x;
}
#TB_title a{
	color: #fff;
}
#TB_closeWindowButton{
	color: #fff !important;
}
#pre_footer{
	text-align: right;
	margin-top:5px;
	margin-bottom:5px;
}
.iteminfo_text{
	color: #0065A5;
}
#login_info{
	float:right;right:0px;position:relative;width:250px;height:20px;display:block;clear:right;
	text-align:right;
}
#login label{
	display:inline-block;
	width:30%;
}
.welcome_message2{
	color:#9c437d;
/*	background:#f9f5c1; */
	font-size:18px;
	padding:5px;
/*	border:1px #9c437d solid;*/
	margin:5px 0 0 0;
}
.welcome_message2 p{
	margin:0;
}
/*//////////////////// Library item!!! Clearing classes //////////////////////*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
/*/////////////////////////////////////////////////////////////////////////// */