html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
    background: url("../image/page_bg.jpg") no-repeat scroll 0 0 #83A7B5;
    margin: 0;
    padding: 0;
    text-align: center;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	color: #4d4d4d;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	/*color: #2fa694;*/
	color: #cb8394;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
.div0 {
	height: 10px;
}
.div01 {
	background: #edeff0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #fff;
	height: 5px;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	background: none repeat scroll 0 0 #EDEFF0;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header .div1 {
}
#header .div2 {
	float: left;
	padding-top: 5px;
	padding-left: 15px;
}
#header .div21 {
	float: left;
    margin-left: 30px;
    margin-top: 5px;
}
#header .div21 p{
	font-weight: bold;
	color: #666666;
	text-align: center;
	font-size:17px;
	margin-bottom: 0px;
}
#header .div21 p:first-child{
	margin-bottom: 14px;
}
#header .div3 {
	float: right;
	padding-top: 5px;
	height: 38px;
	margin-right: 23px;
}
#header .div3 .cart-top{
    float: right;
    width: 235px;
}
#header .div3 .cart-top .left{
	background: url('../image/cart_left.png') no-repeat;
	height: 32px;
	width: 4px;
	float: left;
}
#header .div3 .cart-top .center{
    background: none repeat scroll 0 0 #DADCDD;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 30px;
    margin: 0 21px 0 4px;
	width: 210px;
}
#header .div3 .cart-top .center a{
    border-right: 2px solid #ADADAD;
    color: #5B6366;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    padding: 5px 10px 0;
    text-decoration: none;
}
#header .div3 .cart-top .center span{
    color: #5B6366;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    margin: 4px 0 0 5px;
}
#header .div3 .cart-top .center span b{
    color: #5394b0;
    height: 26px;
}
#header .div3 .cart-top .right{
	background: url('../image/cart_right.png') no-repeat;
	height: 32px;
	width: 21px;
	float: right;
}
#header .div3 .cart-top .right a{
	display: block;
	width: 100%;
	height: 100%;
}
#header .div4 {
    background: url("../image/nav_bg.jpg") repeat-x scroll 0 0 transparent;
    height: 47px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    z-index: 999;
}
#header .div4 .left{
    background: url("../image/homenavleft.png") no-repeat scroll 0 0 transparent;
    height: 54px;
    left: -13px;
    position: absolute;
    top: -7px;
    width: 13px;
}
#header .div4 .right{
    background: url("../image/homenavright.png") no-repeat scroll 0 0 transparent;
    height: 54px;
    position: absolute;
    right: -11px;
    top: -7px;
    width: 11px;
}
#header .div4 #menuwrapper {
    float: left;
    margin-top: 6px;
	width: 800px;
}
#header .div4 #p7menubar {
	/*width: 36em;*/
}
#header .div4 #p7menubar, #header .div4 #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header .div4 #p7menubar a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}
#header .div4 #p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .div4 #p7menubar li {
	float: left;
	width: 9em;
}
#header .div4 #p7menubar li {position: relative;}

/* hide from IE mac \*/
#header .div4 #p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#header .div4 #p7menubar li ul, #header .div4 #p7menubar ul li  {
	/*width: 12em;*/
}
#header .div4 #p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#header .div4 #p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-top: 1px solid #498eac;
	border-right: 1px solid #498eac;
	border-bottom: 1px solid #498eac;
	border-left: 1px solid #498eac;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#header .div4 #p7menubar li:hover a, #header .div4 #p7menubar a:focus,
#header .div4 #p7menubar a:active, #header .div4 #p7menubar li.p7hvr a {
	color: #666162;
	background-color: #fff;
	font-weight: bold;
	border-top: 1px solid #498eac;
	border-right: 1px solid #498eac;
	border-bottom: 1px solid #498eac;
	border-left: 1px solid #498eac;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px 9px;
}
#header .div4 #p7menubar li:hover ul, #header .div4 #p7menubar li.p7hvr ul {
	display: block;
}
#header .div4 #p7menubar li:hover ul a, #header .div4 #p7menubar li.p7hvr ul a {
	color: #666162;
	background-color: transparent;
	font-weight: normal;
	border: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#header .div4 #p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF !important;
}
#header .div4 #p7menubar li ul li {
	display: block;
	float: none;
}
/*#header .div4 a {
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 10px 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
#header .div4 a.selected {
	background: url('../image/tab_2.png') no-repeat;
	color: #FFF;
	padding-bottom: 10px;
	z-index: 3;
}*/
/*dropdown*/
/*#header .div4 ul.dropdown,ul.dropdown li,ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#header .div4 ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	margin: 7px 0 0 10px;
}
#header .div4 ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
    margin: 0 5px;
	zoom: 1;
}
#header .div4 ul.dropdown li a.hover, #header .div4 ul.dropdown li a:hover {
	color: #666162;
	font-weight: bold;
	background: #fff;
	border-top: 2px solid #498eac;
	border-left: 2px solid #498eac;
	border-right: 2px solid #498eac;
	padding: 7px 8px 0;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#header .div4 ul.dropdown li.hover,ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
#header .div4 ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	background: #fff;
	border-top: 2px solid #498eac;
	border-left: 2px solid #498eac;
	border-right: 2px solid #498eac;
	border-bottom: 2px solid #498eac;
    width: 210px;
}
#header .div4 ul.dropdown ul li {
	float: none;
    margin: 0 10px;
}
#header .div4 ul.dropdown ul li a{
    color: #666162;
    display: block;
    float: none;
    margin: 5px 0;
    padding: 0;
    text-align: left;
}
#header .div4 ul.dropdown ul li a.hover, #header .div4 ul.dropdown ul li a:hover{
    color: #666162;
    display: block;
    float: none;
    margin: 5px 0;
    padding: 0;
    text-align: left;
	border: none;
}
#header .div4 ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
#header .div4 ul.dropdown li:hover > ul {
	visibility: visible;
}*/
#header .div4 .login{
    border-left: 2px solid #8E5A67;
    float: right;
    margin-top: 6px;
    padding-left: 0;
    width: 130px;
	position: relative;
}
#header .div4 .login a{
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    padding: 10px;
}
#header .div4 .login a:first-child {
	padding-right: 0px;
}
/*dropdown menu*/
#header .div5 {
	clear: both;
}
#header .div5 .left {
	background: url('../image/header_1_left.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
#header .div5 .right {
	background: url('../image/header_1_right.png') no-repeat;
	width: 5px;
	height: 40px;
	float: right;
}
#header .div5 .center {
	background: url('../image/header_1_center.png') repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
#header .div6 {
	clear: both;
}
#header .div6 .left {
	background: url('../image/header_2_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#header .div6 .right {
	background: url('../image/header_2_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#header .div6 .center {
	background: #edeff0;
	height: 32px;
	padding-left: 20px;
	padding-right: 10px;
}
#header .div7 {
	float: right;
	padding-top: 2px;
	display: none;
}
#header .div8 {
	float: left; margin-top: 6px;
}
#header .div9 {
	float: left;
	width:
}
#header .div10 {
	float: left; 
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
	display: inline;
	float: right;
	clear: right;
    width: 276px;
}
#search input {
    background: url("../image/searchinput.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 32px;
	line-height: 32px;
    margin: 0;
    padding: 0 5px;
    width: 245px;
}
#search a {
	background: url('../image/cart_right.png') no-repeat;
	height: 32px;
	width: 21px;
	display: block;
}
#search_docs {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
	display: inline;
	float: right;
}
#search_docs a {
	color: #FFF;
}
#search_docs input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	color: #808080;
}
#breadcrumb a{
	color: #808080;
	text-decoration: none;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
    clear: left;
    float: left;
    margin-left: 10px;
    width: 226px;
}
#column_right {
    clear: right;
    float: right;
    width: 0;
}
#content {
	margin-left: 237px;
    padding-right: 10px;
	/*margin-bottom: 10px;*/
}
#content .top{
	/*padding: 0 10px 0 0;*/
}
#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 4px;
	height: 4px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 4px;
	height: 4px;
	float: right;
}
#content .top .center {
    background: url("../image/content_top_center.png") repeat-x scroll 0 0 transparent;
    height: 4px;
    margin-left: 4px;
    margin-right: 4px;
}
#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	/*margin: 0px;*/
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
    background: none repeat scroll 0 0 #EDEFF0;
    min-height: 30px;
    padding: 10px 10px 1px;
	/*border-left: 1px solid #d18c9d;
	border-right: 1px solid #d18c9d;
	background: #fff;*/
}
#content .middle h1{
	color: #6aa2ba;
	font-size: 16px;
	text-transform: none;
}
#content .middle p{
	font-size: 14px;
}
#content .middle .cateheading{
	margin-bottom: 10px;
}
#content .middle .cateheading h1{
	color: #d18c9d;
	font-size: 18px;
	text-transform: none;
}
#content .middle .cateheading p{
	display: inline;
	font-size: 14px;
}
#content .middle p a{
	font-size: 14px;
}
#content .middle .top4cates{
	float: right;
	width: 692px;
}
#content .middle .top4cates .cateholder{
    background: none repeat scroll 0 0 #DEDEDE;
    border: 1px solid #9C9C9C;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 212px;
    margin: 0 5px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    width: 210px;
}
#content .middle .top4cates .cateholder .cateholdertext{
	color: #808080;
	font-size: 30px;
	font-weight: bold;
}
#content .middle .top4cates .cateholder .cateholdertext span{
    color: #70A0B2;
    display: table-cell;
    font-size: 18px;
    font-style: italic;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 210px;
}
#content .middle .top4cates .cateholder .cateholdertext span.pink{
	color: #d599a7;
}
#content .middle .mid3cates{
    background: url("../image/divider.png") no-repeat scroll 0 0 transparent;
    padding-top: 20px;
	margin-left: 3px;
}
#content .middle .mid3cates .cateholder{
    float: left;
    margin: 0 5px;
    position: relative;
    text-align: center;
}
#content .middle .mid3cates .cateholder .cateholdertext{
    background: url("../image/mid_bg.png") repeat scroll 0 0 transparent;
    bottom: 3px;
    height: 65px;
    left: 0;
    padding-top: 10px;
    position: absolute;
    width: 100%;
}
#content .middle .mid3cates .cateholder .cateholdertext a, #content .middle .mid3cates .cateholder .cateholdertext a:visited{
    color: #FFFFFF;
    font-family: 'Kaushan Script',cursive;
    font-size: 30px;
    font-weight: bold;
}
#content .middle .mid3cates .cateholder .cateholdertext span{
    color: #70A0B2;
    font-style: italic;
    font-weight: normal;
    text-transform: uppercase;
}
#content .middle .midbanner{
	margin-top: 20px;
}
#content .middle .popular{
    margin-top: 20px;
    width: 100%;
}
#content .middle .popular .label {
	position: relative;
	width: 690px;
}
#content .middle .popular .label .left{
    background: url("../image/ribbonleft.png") no-repeat scroll 0 0 transparent;
    height: 54px;
    left: -32px;
    position: absolute;
    top: -7px;
    width: 32px;
}
#content .middle .popular .label .right{
    background: url("../image/labelright.jpg") no-repeat scroll 0 0 transparent;
	height: 47px;
	width: 17px;
	float: right;
}
#content .middle .popular .label .center{
    background: url("../image/label_bg.jpg") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 25px;
    padding: 9px 0;
    text-align: right;
}
#content .middle .popular .carousel{
    margin: 20px auto 0;
    width: 100%;
}
#content .middle .welcome{
    background: url("../image/divider2.png") no-repeat scroll 50% 0 transparent;
    padding: 10px;
}
#content .middle .welcome h1{
    margin: 5px 0;
    text-transform: capitalize;
}
#content .bottom{
	/*padding: 0 10px 0 0;*/
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 4px;
	height: 4px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 4px;
	height: 4px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 4px;
	margin: 0 4px 10px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	/*background: #FFFFFF;*/
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.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%;
	clear: both;
	height: 0px;
}
.clear1 { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
    background: url("../image/button_left.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: inline-block;
    padding-left: 26px;
    text-decoration: none;
}
.button span {
    background: url("../image/button_right.png") no-repeat scroll right top transparent;
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 30px 8px 2px;
    text-align: center;
}
a.button_cart, a.button_cart:visited {
    background: url("../image/button_cart.png") no-repeat scroll left top transparent;
    color: #666666;
    display: block;
    float: right;
    font-weight: bold;
    height: 15px;
    padding: 4px 0 4px 14px;
    text-align: left;
    text-decoration: none;
    width: 107px;
}
a.button_cart_big, a.button_cart_big:visited {
    background: url("../image/button_addtocart.jpg") no-repeat scroll left top transparent;
    color: #666666;
    display: block;
    float: right;
    font-weight: bold;
    height: 18px;
    padding: 10px 0 10px 14px;
    text-align: left;
    text-decoration: none;
    width: 153px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	/*margin-bottom: 10px;*/
    background: none repeat scroll 0 0 #EDEFF0;
    height: 25px;
    width: 100%;
}
.sort .div1 {
    float: right;
    margin-left: 5px;
    padding-right: 9px;
    padding-top: 4px;
}
.sort .div2 {
    padding-top: 5px;
    text-align: right;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
    background: none repeat scroll 0 0 #EDEFF0;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.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 {
	width: 100%;
	height: 31px;
	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_3.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_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	/*background: #FFFFFF;*/
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
    background: url("../image/footer_border.png") repeat-x scroll 0 0 #D08899;
    clear: both;
    color: #FFFFFF;
    padding: 20px 30px 10px;
    width: 908px;
}
#footer p{
	margin: 0 0 5px 0;
}
#footer .div1 {
    border-right: 1px solid #915F6B;
    float: left;
    height: 120px;
    overflow: hidden;
    padding: 0 30px 0 20px;
    text-align: left;
    width: 240px;
}
#footer .div1 ul{
	margin: 0px;
	padding: 0px;
}
#footer .div1 ul li{
    float: left;
    list-style: none outside none;
    width: 120px;
}
#footer .div1 ul li a, #footer .div1 ul li a:visited{
	color: #fff;
}
#footer .div1 ul li a:hover{
	text-decoration: underline;
}
#footer .div2 {
    border-left: 1px solid #EACBD2;
    border-right: 1px solid #915F6B;
    float: left;
    min-height: 120px;
    overflow: hidden;
    padding: 0 20px;
    text-align: left;
    width: 260px;
}
#footer .div3 {
    border-left: 1px solid #EACBD2;
    float: left;
    height: 120px;
    padding-left: 30px;
    text-align: left;
}
#footer .div3 a{
	color: #fff;
}
#footer .div4{
	margin-bottom: 10px;
}
#footer .div4 a{
	color: #fff;
	font-size: 16px;
}
#footer .div4 ul{
    margin: 5px 0;
    padding: 0 20px 0 90px;
}
#footer .div4 ul li{
    float: left;
    list-style: none outside none;
    width: 150px;
}
#footer .div4 span{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
/*#footer .div4 ul li ul{
	margin: 0;
	padding: 0;
}
#footer .div4 ul li ul li{
	padding-left: 10px;
}*/

.footerbottom {
	background: #fff;
	width: 908px;
	height: 40px;
	padding: 5px 30px;
}
.footerbottom .payment {
    background: url("../image/payment.jpg") no-repeat scroll 10px 10px #FFFFFF;
    float: left;
    height: 40px;
    width: 500px;
}
.footerbottom .copyright {
    float: right;
    padding-top: 5px;
    text-align: right;
    width: 400px;
}
#album ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#category a, #category a:visited {
	font-size: 14px;
}
#category ul {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}
#category ul li{
	background: url("../image/cate_bg.png") repeat-y;
}
#category ul li.first{
	background: url("../image/first.png") no-repeat;
}
#category ul li.first a{
	border-top: none;
}
#category ul li.last{
    background: url("../image/last.png") no-repeat scroll 0 0 transparent;
    height: 30px;
}
#category ul li a {
    border-top: 1px solid #B5B5B5;
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    min-height: 20px;
    margin: 0 0 0 1px;
    padding-left: 15px;
    padding-top: 6px;
    width: 208px;
}
#category ul li.selected a {
    background: url("../image/arrowdown.png") no-repeat scroll 90% 50% transparent;
    border-bottom: 1px solid #b5b5b5;
}
#category ul li.selected li a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    min-height: 17px;
    padding-top: 5px;
}
#category ul li.selected li a:hover {
	text-decoration: underline;
}
#category ul li ul {
    margin: 0;
    padding: 0;
}
#category ul li ul li a{
	background: url("../image/cate_bg.png") repeat-y;
	padding-left: 15px;
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    font-weight: normal;
	color: #72a6bd;
}
#blog_category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
#newsletter input {
	width: 90%;
}
#newsletter a {
	float: right;	
}
.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;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: #222;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.png') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}
.div_banner {
	margin: 0px;
	padding: 0px;
}
.scrollbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 100px;
    overflow-y: scroll;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
#markers{
    float: left;
    width: 500px;
}
#markers .marker {
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    padding: 0 10px 10px;
}
#markers .marker p{
	margin: 0;
	padding: 0;
}
#markers .marker .marker_left{
    float: left;
    width: 160px;
}
#markers .marker .marker_middel{
    margin: 0 0 0 165px;
    text-align: left;
    width: 200px;
}
#markers .marker .marker_right{
    float: right;
    width: 100px;
}
#markers .marker .marker_description{
}

/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	/*width: 48%;*/
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
/*end checkout*/
/*forum*/
#forum_topic {
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	word-wrap: break-word; 
	white-space:normal;
}

#forum_topic h1 {
	padding:0;
	margin:0;
	font-weight:normal;
}

#forum_topic ul {
	list-style:none;
	padding:0;
	margin:0;
}

#forum_topic ul li {
	float:left;
	padding-left:5px;
}

.forum_post_header {
	border-right:1px #fff solid;
}

#forum_post {
	margin-bottom: 10px;
	background: #efefef;
	border: 1px solid #e2e2e2;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	word-wrap: break-word; 
	white-space:normal;
}

#forum_post h3 {
	padding:0;
	margin:5px 0 5px 0;
}

#forum_post:nth-child(odd) {
	background: #f8f8f8;
	border: 1px solid #e2e2e2;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
	word-wrap: break-word; 
	white-space:normal;
}
#forum_post .quote_image{
    height: 15px;
    text-align: right;
    width: 100%;
}
#forum_post_form {
	margin-bottom: 10px;
}

#forum_sticky {
	width:300px;
	padding:0;
	margin:0;
	/*border:1px solid #00F;*/
	border-right:1px dotted #CCC;
	display:block;
	float:left;
}

#forum_featured {
	width:250px;
	padding:0 0 15px 5px;
	margin:0;
	float:left;
	/*border:1px solid #00F;*/
	display:block;
	
}

#forum_latest_gadget h3, #forum_sticky_gadget h3{
	margin: 0;
}
#forum_latest_gadget ul, #forum_sticky_gadget ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
}
#forum_latest {
	width:550px;
	/*border:1px solid #000;*/
	display:block;
	margin:0;
	padding:0;
	float:left;
}

#forum_sticky ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	/*border:1px solid #00F;*/
}

#forum_sticky ul li{
	display:block;
	padding-bottom:5px;
}

#forum_sticky img{
	padding:3px 8px 3px 3px;
	display:block;
	
	/*border:1px solid #000;*/
	float:left;
}

#forum_featured ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	/*border:1px solid #00F;*/
}

#forum_featured ul li{
	display:block;
	padding-bottom:3px;
}

#forum_featured img{
	padding:3px 8px 3px 3px;
	display:block;
	
	/*border:1px solid #000;*/
	float:left;
}

#forum_parent {
	
	padding:0;
	margin:0;
	display:block;
	
}

#forum_parent ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	
	/*border:1px solid #00F;*/
}

#forum_parent ul li{
	display:block;
	padding-bottom:5px;
	float:left;
}

#forum_parent img{
	padding:3px 8px 3px 3px;
	display:block;
	
	/*border:1px solid #000;*/
	float:left;
}

.forum_parent_description{
	width:350px;
	display:block;
	word-wrap: break-word;
	/*border: 1px solid #000;*/
}

.forum_parent_topic {
	text-decoration:underline;
	font-weight:bold;
	width:70px;
	display:block;
	text-align:center;
}

.forum_parent_post {
	color:#000;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
	width:70px;
	display:block;
	text-align:center;
}

#forum_latest ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	
	/*border:1px solid #00F;*/
}

#forum_latest ul li{
	display:block;
	padding-bottom:5px;
	/*border:1px solid #000;*/
	
}

#forum_latest img{
	padding-right:5px;
}

.forum_sticky_description{
	font-size:11px;
}

a.forum_sticky_name:link{
	font-weight:bold;
	text-decoration:underline;
}

a.forum_sticky_name:hover{
	color:#000;
	text-decoration:none;
}

a.forum_sticky_name:visited{
	color:#000;
}

a.forum_featured_name:link{
	font-weight:bold;
	text-decoration:underline;
}

a.forum_featured_name:hover{
	text-decoration:none;
}

.forum_latest_description{
}

a.forum_latest_name:link{
	font-weight:bold;
	text-decoration:none;
}

a.forum_latest_name:hover{
	text-decoration:underline;
}

a.forum_latest_name:visited{
}

.forum_latest_date {
	width:40px;
	padding-right:5px;
	text-align:center;
	float:left;
	border-right: 1px solid #DDDDDD;
	margin-right: 10px;
}

.forum_sidebar_latest_date {
	padding-right:5px;
	text-align: right;
	display: block;
}

.forum_number {
	text-align:center;
	width:70px;
	display:block;
}

.forum_create_by {
	font-weight:bold;
}

.forumline {
	border-bottom:1px #ecf3f7 dotted;
}

.forum_creat_topic{
	width:200px;
	padding:0;
	margin:0;
	
	float:left;
	
}

/*
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 70%;
  background: url(../image/quote_down.png) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
}
*/

blockquote:first-letter {
  background: url(../image/quote_up.png) no-repeat left top;
  padding-left: 18px;
}

blockquote {
  padding-left: 18px;
  padding-right:18px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  margin: 5px;
  
  /*background-image: url(../images/quote_up.png);
  background-position: middle left;
  background-repeat: no-repeat;*/
  text-indent: 23px;
}

cite {
    font-size: 0.8em;
	font-weight:bold;
    width: 70%;
	display:block;
}

.forums .top {
	padding: 8px 0px 8px 7px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#news {
	margin: 0;
	padding:0;
	text-align: left;
	list-style:none;
}
.news_title{
	display: block;
}
#newslist ul{
	list-style:none;
	margin: 0;
	padding:0;
}

#newslist ul li h1 a{
	text-transform:uppercase;
	font-weight:normal;
}

#news .description {
	font-size: 0.8em;
	font-weight:bold;
	text-transform:uppercase;
}

#news .subject1{
	background: #e1ebf3;
	border: 10px solid #e1ebf3;
	border-top: 10px solid #e1ebf3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:10px;
	word-wrap: break-word; 
	white-space:normal;
	
}

#news .subject2{
	background: #ecf3f7;
	border: 10px solid #ecf3f7;
	border-top: 10px solid #ecf3f7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:10px;
	word-wrap: break-word; 
	white-space:normal;
	
}

#newsline{
	border-bottom:1px #ecf3f7 dotted;
	padding:0 0 10px 0;
	margin-bottom:10px;
}

#news .timeago{
	padding:0 0 10px 0;
	font-size: 0.8em;
    width: 95%;
	display:block;
	text-align:left;
}
#news .time {
	text-transform:none;
}
#news .createby{
	border-top:1px #ecf3f7 dotted;
	border-bottom:1px #ecf3f7 dotted;
	margin: 5px;
	padding: 5px;
}
#news .ip{
    margin: 0;
    padding: 0;
    text-align: right;
}
.videos_holder{
}
.video_holder{
    display: inline-block;
    text-align: center;
    width: 80px;
}
.news_description{
	border-bottom:1px #ecf3f7 dotted;
	margin: 5px;
	padding: 5px;
}
.newsrelated{
}

#postcode{
	width: 100px;
}
.mapleft{
}
#map {
    float: right;
    height: 350px;
    width: 430px;
}

.itemholder{
    background: url("../image/carousel_holder.jpg") no-repeat scroll 0 0 transparent;
    height: 289px;
    padding: 2px 7px;
    width: 136px;
}
.itemholder .price{
    color: #CA8294;
    font-size: 25px;
    font-weight: bold;
}
.itemholder .name{
    color: #666666;
    font-weight: bold;
    height: 31px;
    overflow: hidden;
}


/************************************************
	      JCAROUSEL LITE		
************************************************/
.slider {
    float: left;
    left: -5000px;
    margin: 5px 5px 0;
    position: relative;
}
.slider ul {
	width:600px; 
}

.slider ul li {
	padding:0 6px 0 7px;
}
.slider ul li img {
	cursor:pointer;
	padding-top:3px;
}

.carousel .prev {
	cursor:pointer; 
	float:left;
}

.carousel .next {
	cursor:pointer; 
	float:right; 
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:11px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}
.caption a:hover, .caption a:hover {
	background:#202020;
}
.product_holder{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product_holder .product_name {
    height: 38px;
    text-align: left;
}
.product_holder .product_name a {
    color: #498EAC;
    font-size: 15px;
    font-weight: bold;
}
.product_holder .product_image {
}
.product_holder .product_shortdesc {
    height: 60px;
    margin-bottom: 20px;
    overflow: auto;
    text-align: left;
}
.product_holder .price_cart {
    border-bottom: 1px solid #C1C1C1;
    color: #7E7E80;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    text-align: left;
}
.product_holder .price_cart span{
	float: left;
}
.product_holder .member_price{
    height: 31px;
    margin-top: 5px;
}
.product_holder .member_price .price {
    float: left;
    margin-top: 4px;
    text-align: left;
    width: 110px;
}
.product_holder .member_price .findoutmore{
    background: url("../image/findoutmore.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 23px;
    width: 94px;
}
.divider{
    background: url("../image/divider_p.png") no-repeat scroll 50% 0 transparent;
	width: 100%;
	height: 24px;
}
.product_images{
    border: 1px solid #DDDDDD;
}
.product_main_image{
}
.product_addi_images{
	margin-top: 10px;
}
.product_td{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9BB3BC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tab_b {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: bold;
}
#homecate {
    float: left;
    min-height: 555px;
    overflow: hidden;
    width: 224px;
}
.categoryholder{
	background: #fff;
	padding: 5px;
    border: 1px solid #9BB3BC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}