/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */
body {  }
a {
     
     }

p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #555555;
     }

legend {
     display: none;
}


label {
     display: none;
}

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 16px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 900px;
     padding: 0px;
     margin: auto;
     }

#skin_wrapper_full {
     width: 100%;
     padding: 0px;
     margin: 0px;
     background-image: url('../media/header.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     padding: 10px;
     margin: 0px;
     width: 160px;
     height: 80px;
     }

#skin_ct_rcol_head {
     padding: 10px;
     margin: 0px;
     height: 80px;
     text-align: right;
     }

#skin_ct_lcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     line-height: 150%;
     }

#skin_ct_rcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
     color: #FFFFFF;
     background-color: #006699;
     padding: 50px 10px 10px 10px;
     margin: 0px;
     text-align: center;
     background-image: url('../media/footer.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_pgtitle { font-size: 16px; width: 584px; padding: 0 0 4px; margin: 0 0 10px; }

#skin_content {
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
     color: #59A325;
     padding: 3px 0px 5px 0px;
     margin: 0px;
     border-bottom: 1px dotted #999999;
     font-weight: bold;
     font-size: 14px;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     
     }

.skin_fenav ul li a {
     
     }

.skin_fenav ul li a:hover {
     
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     padding: 7px;
     margin: 0px 0px 10px 0px;
     border-left: 1px dotted #999999;
     border-right: 1px dotted #999999;
     border-bottom: 1px dotted #999999;
     }

#skin_menu_head ul {
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 4px 0px;
     list-style: none;
     border-bottom: 1px solid #ABABAB;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 0px 0px 30px;
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     color: #ABABAB;
}

#skin_headacct a {
     color: #FFFFFF;
     text-decoration: none;
}

#skin_headacct a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 0px auto 10px auto;
     }

#printable {
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm { color: #0058ac; font-size: 14px; font-weight: bold; }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton { color: #213335; background-color: #e7c234; padding: 4px; margin: 0 0 5px; font-size: 13px; font-weight: normal; width: 130px; border: 0; }

.formbutton:hover {
     color: #e7c234;
     background-color: #60848f;
     }

.quickbutton {
     color: #fff;
     background-color: #60848f;
     padding: 5px;
     margin: 0;
     font-size: 11px;
     width: 130px;
     border: 0;
     }

.quickbutton:hover {
     color: #213335;
     background-color: #e7c234;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
     color: #6aa3b4;
     margin: 5px 0 10px;
     padding: 4px 5px 4px 0;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     font-size: 14px;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable { color: #213335; padding: 4px 5px; border-bottom: 1px solid #dedede; vertical-align: top; font-weight: bold; background-color: #e7c234; }

td.sorttable { text-align: left; padding: 4px 5px; border-bottom: 1px solid #dedede; vertical-align: top; }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #6aa3b4;
     margin: 5px 0 10px;
     padding: 4px 5px 4px 0;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead { color: #6aa3b4; margin: 5px 0 10px; padding: 0 0 0 15px; border-bottom: 1px solid #999999; font-weight: bold; clear: both; font-size: 14px; background-image: url(../media/h2_bg.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 5px; vertical-align: middle; }

.storelink {
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 5px;
     border: 1px dotted #999999;
     }

.storelink p {
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
     padding: 5px 0 0;
     vertical-align: top;
     }

td.cptbl_cat a { font-weight: normal; background-image: url(../media/bullet_cate.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 5px; text-decoration: none; vertical-align: middle; padding-top: 5px; padding-left: 15px; }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_prod a {
     font-weight: bold;
     }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv {
     margin: 5px 0px 7px 0px;
     }

.price {
     color: #563d2b;
     font-weight: bold;
     display: inline;
     }

.pricex {
     color: #dcb51f;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #6aa3b4;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0 0 0;
     width: 125px;
     border: 0;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #213335;
     background-color: #e7c234;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */

/*  @@@@@[  Wrappers  ]@@@@@ */
/* The percentage in the body tag takes care of earlier versions of IE using the percentages (base font size is 16px for IE 6, 16 x 62.5 = 10)... ems should be used in most other style declarations */

body {
	background:url(../media/bg_body.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#666666;
	font-size:12px;
	line-height:18px;
}
#main { width:auto; background:url(../media/bg_main.gif); }
#wrapper {
	width:998px;
	margin:0px auto;
}



/* @@@@@[ Nav  ]@@@@@ */
#nav {
	width:931px;
	height:31px;
	padding-left:38px;
	padding-right:29px;
	padding-top:12px;
	color:#fff;
	font-weight:bold;
}
#nav a {
	text-decoration:none;
	color:#fff;
}
#nav a:hover, #nav a.active {
	text-decoration:none;
	color:#5D3920;
}
#nav ul {
	margin:0px;
	list-style-type:none;
	padding-top:4px;
	padding-left:0px;
}
#nav ul li {
	display:inline;
	padding-right:8px;
	padding-left:5px;
	float:left;
	background:url(../media/line_nav.gif) no-repeat right;
}
#nav ul li.none {
	background-image:none;
}



/* @@@@@[ Footer  ]@@@@@ */
#main_footer {
	width:auto;
	padding-bottom:30px;
	background:url(../media/bg_mainfooter.gif) repeat-x top;
}
#footer {
	width:917px;
	margin:0px auto;
	color:#fff;
	padding-left:41px;
	padding-right:40px;
	padding-top:26px;
	line-height:12px;
}
.secondary {
	background:url(../media/bg_footer.png) no-repeat top;
}
.home {
	background:url(../media/bg_footer_home.png) no-repeat top;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#fff;
	text-decoration: none;
}
#footer a:hover, #footer a.active {
	text-decoration:underline;
	color:#fff;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color:#fff;
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color:#fff;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}
#footer ul {
	margin:0px;
	list-style-type:none;
	padding-top:8px;
}
#footer ul li {
	display:inline;
	padding-right:15px;
	margin:0px;
}
.imgs_footer {
 	float: right;
	padding-top:8px;
	width:225px;
}
.imgs_footer img {
	float:right;
	
}
.imgs_footer span {
	padding-right:3px;
	padding-top:4px;
	display:block;
}

/* @@@@@[  Header  ]@@@@@ */
#header {
	width:908px;
	height:93px;
	background:url(../media/bg_header.gif) no-repeat top;
	padding-top:17px;
	padding-left:25px;
	padding-right:65px;
}
#header_home {
	width:485px;
	height:242px;
	background:url(../media/bg_header_home.jpg) no-repeat top;
	padding-left:28px;
	padding-right:485px;
	line-height:20px;
}
#header_home p {
	margin:0px;
	padding-left:12px;
	width:305px;
}
.fabulous_h {
	margin-top:13px;
	float:right;
}
.link_top_home {
	width:135px;
	float:right;
}



/* @@@@@[  Content  ]@@@@@ */
#content {
	width:939px;
	background:url(../media/bg_content.png) repeat-y;
	padding-left:30px;
	padding-right:29px;
}
#left {
	width:198px;
	float:left;
}
#sub {padding-bottom:40px;}
#sub_shop {padding-bottom:25px;}
#sub, #sub_shop {
	width:154px;
	background-color:#60848F;
	padding-left:20px;
	padding-right:24px;
	font-size:14px;
	color:#fff;
}
#sub a, #sub_shop a {
	text-decoration:none;
	color:#fff;
}
#sub a:hover, #sub a.active_sub, #sub_shop a:hover, #sub_shop a.active_sub {
	color:#fff;
	text-decoration:underline;
}

/*First level*/
#sub ul {
	margin:0px;
	list-style-type:none;
	padding-left:0px;
	padding-top:4px;
}
#sub ul li {
	display:block;
	background:url(../media/li_bottom.gif) repeat-x bottom;
	padding-left:12px;
	padding-top:11px;
	padding-bottom:12px;
}

/*Second level*/
#sub ul ul {
	margin:0px;
	list-style-type:none;
	font-size:12px;
	padding-left:15px;
	padding-top:4px;
}
#sub ul li li {
	background-image:url(../media/bullet_second.gif);
	background-repeat:no-repeat;
	background-position: 0px 8px;
	display:block;
	margin:0px;
	padding-left:10px;
	padding-bottom:1px;
	padding-top:0px;
}

/* Shop sub */
#sub_shop ul {
	margin:0px;
	list-style-type:none;
	font-size:12px;
	padding-left:0px;
	padding-top:4px;
}
#sub_shop ul li {
	background-image:url(../media/bullet_yellow.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	display:block;
	margin:0px;
	padding-left:8px;
	padding-bottom:1px;
	padding-top:0px;
	font-size:13px;
}


/*Sidebar*/
#sidebar {
	width:172px;
	padding-left:11px;
	padding-right:15px;
	padding-top:13px;
	color:#563D2B;
}
#sidebar p {
	margin:0px;
	padding-bottom:23px;
	padding-left:15px;
}
#sidebar a {
	text-decoration:underline;
	color:#563D2B;
}
#sidebar a:hover {
	text-decoration:none;
}
#sidebar ul {
	padding-left:15px;
	margin:0px;
	list-style:none;
	padding-bottom:23px;
}
#sidebar ul li {
	display:block;
	padding-left:8px;
	background:url(../media/bullet_blue.gif) no-repeat 0px 7px;
	}
	
#callout {
	width:163px;
	background:url(../media/callout_bg.gif) repeat-y;
	padding-left:9px;
	padding-bottom:8px;
	margin-bottom:35px;
}

#right {
	width:741px;
	float:right;
}
#text {
	width:584px;
	padding-left:51px;
	padding-right:106px;
	padding-top:12px;
	padding-bottom:30px;
}
#text p {
	margin:0px;
	padding-bottom:15px;
}
#text ul {
	display:block;
	list-style-type:none;
	padding-left:15px;
	margin:0px;
	padding-top:5px;
	padding-bottom:17px;
}
#text ul li {
	background-image:url(../media/bullet_first.gif);
	background-repeat:no-repeat;
	background-position: 0px 8px;
	display:block;
	margin:0px;
	padding-left:12px;
	padding-bottom:2px;
}
.col1 {
	width:289px;
	float:left;
	padding-bottom:10px;
}
.col2 {
	width:295px;
	float:left;
	padding-bottom:10px;
}
#quote {
	width:430px;
	background:url(../media/quote_bg.gif) no-repeat top;
	color:#5B8794;
	font-size:21px;
	font-weight:normal;
	line-height:25px;
	padding-left:78px;
	padding-right:76px;
	padding-top:8px;
	height:auto;
	min-height:57px;
	margin-bottom:24px;
	margin-top:4px;
}
*:first-child+html {} * html #quote {
	width:430px;
	background:url(../media/quote_bg.gif) no-repeat top;
	color:#5B8794;
	font-size:21px;
	font-weight:normal;
	line-height:25px;
	padding-left:78px;
	padding-right:76px;
	padding-top:8px;
	height:57px;
	min-height:57px;
	margin-bottom:24px;
	margin-top:4px;
}
#link_top {
	float:right;
	font-size:14px;
	color:#784929;
}
#link_top a {
	text-decoration:none;
	color:#784929;
}
#link_top a:hover {
	text-decoration:none;
	color:#5B8794;
}


/* @@@@@[  Headings  ]@@@@@ */
h1 {
	margin:0px;
	display:block;
	color:#5FA2B6;
	font-size:18px;
	background:url(../media/h1_bg.gif) repeat-x bottom;
	padding-bottom:7px;
	font-weight:normal;
	margin-bottom:15px;
	margin-left:4px;
}
h2 {
	margin:0px;
	display:block;
	color:#6AA3B4;
	font-size:13px;
	font-weight:bold;
	background:url(../media/h2_bg.gif) no-repeat left;
	padding-left:15px;
	margin-bottom:6px;
}
h3 {
	margin:0px;
	font-size:13px;
	color:#694023;
	padding-top:6px;
	padding-bottom:1px;
}
h4 {
	margin:0px;
	display:block;
	font-weight:bold;
	font-size:12px;
	background:url(../media/h4_bg.gif) no-repeat 0px 5px;
	padding-left:15px;
}
h5 {
	margin:0px;
	color:#784929;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding-top:124px;
}
h5 a {
	text-decoration:none;
	color:#784929;
}
h5 a:hover {
	text-decoration:none;
	color:#6AA3B4;
}
h6 {
	margin:0px;
	color:#6AA3B4;
	font-size:14px;
	background:url(../media/h6_bg.gif) repeat-x bottom;
	width:403px;
	display:block;
	padding-left:2px;
	padding-bottom:6px;
	margin-bottom:16px;
	font-weight:normal;
}
h6 span {
	float:right;
	padding-right:3px;
	display:block;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
.clrSolo {
	clear: both; 
 	font-size: 0px; 
 	line-height: 0px; 
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
	height: 0;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
	float:right;
}
a {
	text-decoration:underline;
	color:#6AA3B4;
}
a.noneLink {
	text-decoration:none;
	color:#6AA3B4;
}
a:hover{
	text-decoration:none;
	color:#DCB932;
}
.indent_bottom {
	margin-bottom:8px;
}
.indent_arrow {
	padding-top:4px;
	padding-left:3px;
}
.line {height:22px; clear:both; background:url(../media/h1_bg.gif) repeat-x top;}

/* @@@@@[  Content Home  ]@@@@@ */
#content_home {
	width:934px;
	padding-left:39px;
	padding-right:25px;
	background:url(../media/bg_content_home.png) repeat-y;
}
#content_home p {
	margin:0px;
}

/*Quick Links*/
#quickLinks {
	width:155px;
	float:left;
	font-size:14px;
}
#quickLinks ul {
	margin:0px;
	list-style-type:none;
	padding-left:0px;
	padding-top:3px;
}
#quickLinks ul li {
	display:block;
	background:url(../media/li_bottomHome.gif) no-repeat bottom;
	line-height:42px;
}
#quickLinks ul li span {
	display:block;
	padding-right:12px;
	padding-left:1px;
	padding-top:9px;
	float:left;
}
#quickLinks a {
	text-decoration:none;
	color:#666666;
}
#quickLinks a:hover {
	color:#DCB932;
	text-decoration:none;
}
#quickLinks img {
	border:none;
}

/*Blog*/
#blog {
	width:422px;
	float:left;
	padding-left:33px;
	padding-top:5px;
}
.photo {
	width:103px;
	float:left;
	padding-left:8px;
	padding-bottom:8px;
	padding-top:3px;
}
.photo img {
	padding:2px;
	border:solid 1px #DACEC7;
}
.text {
	width:290px;
	float:left;
	line-height:17px;
	padding-right:21px;
	padding-bottom:8px;
}
.text p {
	margin:0px;
	padding-left:9px;
	padding-bottom:2px;
	padding-right:5px;
}
.reduce_font {
	font-size:11px;
}
.block {
	width:290px;
	background-color:#F6F6F6;
}

/*Feature*/
#feature_outside {
	width:324px;
	float:left;
}
#feature_mid {
	width:324px;
	background:url(../media/feature_mid.gif) repeat-y;
}
#feature_bottom {
	width:303px;
	background:url(../media/feature_bottom.gif) no-repeat bottom;
	padding-left:21px;
	line-height:17px;
	padding-bottom:25px;
}
#feature_bottom p {
	margin:0px;
	padding-left:8px;
	padding-right:40px;
	padding-bottom:8px;
}
.link_bottom {
	font-size:14px;
	color:#784929;
	padding-top:3px;
}
.link_bottom a {
	text-decoration:none;
	color:#784929;
}
.link_bottom a:hover {
	text-decoration:none;
	color:#5B8794;
}

a img {
	border: none;
}



/* Shopping cart */
.s_input { width:134px; border:1px solid #d2ab17;}
#search_form {padding-bottom:20px;}
.cart_info {padding-bottom:50px; padding-top:10px;}
.s_btn {vertical-align:-5px;}
.top { vertical-align:top;}
.left {text-align:left;}
.center {text-align:center;}
.tbl_cart {border-collapse:collapse; margin-bottom:15px;}
.tbl_cart td {padding:7px; border-bottom:1px solid #eaeaea;}
.tbl_cart th {background:#e7c234; padding:4px; font-weight:bold; color:#563d2b;}
.qty_input {width:37px; border:1px solid #666; color:#666;}
a.cart_action {font-size:11px;}
.total_row {border-top:1px solid #eaeaea; padding:3px !important; border-bottom:1px solid #eaeaea; background:#f6f6f6;}
.cart_btns img {margin:3px 3px 8px 0px;}
#path_way {float:left; width:450px; padding-left:53px; color:#6AA3B4; padding-bottom:5px;}

#product_img {float:left; width:300px; background:url(../media/bg_pro_img.gif) no-repeat top left; padding:8px;}
#product_img img {margin-bottom:15px;}
#product_img h4 {background:url(../media/h4_bg_2.gif) no-repeat left;}
#product_info {float:left; width:250px; padding-left:18px;}
.sale_price {font-weight:bold; color:#333;}
.regularly_price {color:#dcb51f; font-weight:bold; text-decoration:line-through;}
.out_stock {font-weight:bold; color:#d8ad08}
.cart_link { text-align: right; width:630px; margin-top: 0; margin-bottom: 0; }
.cart_link a {font-weight:bold; text-decoration:none; color:#e0bc32;}
.cart_link a:hover {color:#e0bc32; text-decoration:underline;}
#sort_by a {margin:0px 4px;}
#sort_by a.active {text-decoration:none; color:#666;}

.tbl_product {margin-bottom:10px;}
.tbl_product a, .tbl_product a:hover {color:#60848f;}
.product_col3 {padding-left:44px;}
.product_col1 {padding-right:44px;}
.bg_thumb {background:url(../media/bg_thumb_product.gif) top left no-repeat; padding:8px; width:150px; margin-bottom:7px;}
#product_bottom { background:url(../media/h1_bg.gif) repeat-x top; padding-top:8px; height:25px;}
#total_items {float:left; width:400px;}
#pages {float:left; text-align:right; width:184px; font-weight:bold;}
#pages a {margin:0px 3px;}
#pages a:hover, #pages a.active {color:#666; text-decoration:none;}
.list_category li {background: url(../media/bullet_cate.gif) 0px 8px no-repeat !important; font-size:14px; padding: 3px 0px 3px 14px !important;}
.list_category li a {color:#60848f; font-size:14px;}

.img_left {float:left; margin-right:7px; margin-bottom:8px; margin-top:3px; border:1px solid #666;}
.img_right{float:right; margin-left:7px; margin-bottom:8px; margin-top:3px; border:1px solid #666;}
.img_border {border:1px solid #666;}


/*Form*/
.form {
	width:584x;
	padding-bottom:8px;
}
.form div {
	float:left;
	width:170px;
}
.form input {
	width:250px;
	height:13px;
	border:solid 1px #9EC3CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.form select {
	border:solid 1px #9EC3CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.form textarea {
	width:250px;
	height:70px;
	border:solid 1px #9EC3CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.required {
	color:red;
	font-size:11px;
}
.Authorize { text-align: center; width: 100px; height: 100px; margin-right: auto; margin-left: auto; }

