/*
Version: 2010
Author: 999 :: 3nine Design Tactics
Author URI: http://www.3ninedesign.com/
© Copyright 1997-2010. Katrina Activewear.  Don't Bite!
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF url(../img/global/body_bg.gif) no-repeat top center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #444444;
}

sfntwrap {
	background: #FFFFFF url(../img/global/sfnt/body_bg.gif) no-repeat top center;
}

a {
	outline: none;
	text-decoration: none;
	color: #ed1c83;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	list-style-image: none;
}

hr {
	border: none;
	width: 100%;
	height: 1px;
	color: #e0e0e0;
	background-color: #e0e0e0;
	margin: 4px 0px;
}

p {
	font-size: .75em;
}

strong {
	font-weight: bold;
}

.bodywrap {
	margin: 0px auto;
	width: 920px;
	
}

/*  ============================================  START HEADER  ============================================  */

#header {
	width: 100%;
	height: 141px;
	/*padding-bottom: 10px;*/
}

.logowrap {
	width: 700px;
	float: left;
	margin-right: 20px;
}

.logowrap h1 a {
	/*background: url(../img/global/logo_main.gif) no-repeat 0 0;*/
	width: 700px;
	height: 141px;
	text-decoration: none;
	text-indent: -9999px !important;
	display: block;
	border: none;
}

#seshwrap {
	background: url(../img/global/sidebar_session_bg.gif) no-repeat 0 0;
	width: 200px;
	height: 141px;
	float: right;
	margin-bottom: 10px;
}

#seshwrap .accountstatus {
	height: 76px;
}

#seshwrap .accountstatus p,
#seshwrap .accountstatus form {
	padding: 0 10px;
}

#seshwrap .accountstatus h2 a {
	background: url(../img/global/sidebar_hdr_acct.gif) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999px !important;
	display: block;
	border: none;
}

#seshwrap .accountstatus p {
	font-size: 11px;
	font-weight: lighter;
	padding-bottom: 2px;
	padding-top: 2px;
}

#seshwrap .accountstatus p a {
	font-weight: bold;
	color: #444444;
	padding-left: 3px;
}

#seshwrap .accountstatus p a:hover {
	color: #444444;
}

#seshwrap .sidesearch form {
	padding: 5px 10px 0 10px;
}

#seshwrap .sidesearch h2 {
	background: url(../img/global/sidebar_hdr_search.gif) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999px !important;
	display: block;
	border: none;
}

/* ////////////////////////////////////////  PRODUCT NAV  //////////////////////////////////////// */

#body_main .pronav dt {
	width: 700px;
	height: 34px;
	display: inline;
}

#body_main .pronav dt a {
	background: url(../img/global/pronav.gif) no-repeat;
	text-indent: -9999px !important;
	height: 34px;
	float: left;
}

/* UP STATE */
#body_main .pronav dt#protops a { background-position: 0px 0px; width: 69px;}
#body_main .pronav dt#proshirts a { background-position: -69px 0px; width: 80px; }
#body_main .pronav dt#proshorts a { background-position: -149px 0px; width: 81px; }
#body_main .pronav dt#propants a { background-position: -230px 0px; width: 78px; }
#body_main .pronav dt#proleos a { background-position: -308px 0px; width: 100px; }
#body_main .pronav dt#prokids a { background-position: -408px 0px; width: 65px; }
#body_main .pronav dt#proacc a { background-position: -473px 0px; width: 112px; }
#body_main .pronav dt#procart a { background-position: -585px -34px; width: 115px; }

/* OVER STATE */
#body_main .pronav dt#protops a:hover { background-position: 0px -34px; }
#body_main .pronav dt#proshirts a:hover { background-position: -69px -34px; }
#body_main .pronav dt#proshorts a:hover { background-position: -149px -34px; }
#body_main .pronav dt#propants a:hover { background-position: -230px -34px; }
#body_main .pronav dt#proleos a:hover { background-position: -308px -34px; }
#body_main .pronav dt#prokids a:hover { background-position: -408px -34px; }
#body_main .pronav dt#proacc a:hover { background-position: -473px -34px; }
#body_main .pronav dt#procart a:hover { background-position: -585px 0px; }

/* ////////////////////////////////////////  PRODUCT NAV  //////////////////////////////////////// */

/*  ============================================  END HEADER  ============================================  */


/*  ============================================  START MAIN  ============================================  */

#body_main {
	width: 100%;
	padding-top: 11px;
}

/*  ////////////////////////////////////////  MAIN CONTENT  ////////////////////////////////////////  */

#contentwrap {
	width: 700px;
	padding-right: 20px;
	float: left;
}

#contentwrap p, #contentwrap td, #cserv td {
	font-size: 12px;
	line-height: 15px;
	font-weight: lighter;
	color: #444444;
}

#contentwrap p a, #contentwrap td a,
#cserv td a {
	color: #ed1c83;
	text-decoration: underline;
}

#contentwrap p a:hover, #contentwrap td a:hover,
#cserv td a:hover {
	color: #a0a0a0;
}

/*  ////////////////////////////  FEATURE  ///////////////////////////  */

.feature .featureimg {
	width: 700px;
	height: 275px;
	margin-bottom: 20px;
}

.feature h1 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
}

.feature h1:hover {
	cursor: pointer;
	color: #00ccff;
}

#contentwrap .feature p span.more {
	padding-left: 24px;
	color: #ffffff;
}

#contentwrap .feature p span.more a {
	color: #ffffff;
	border-bottom: 1px solid #00ccff;
	text-decoration: none;
	font-style: italic;
}

#contentwrap .feature p span.more a:hover {
	color: #00ccff;
	text-decoration: none;
}

/*  //////////////////////////  END FEATURE  /////////////////////////  */

/*  //////////////////////////  MAIN CONTENT  ////////////////////////  */

#maincontent {
	background: url(../img/global/maincon_bg_mid.gif) repeat-y top left;
	width: 100%;
	margin: 20px 0;
}

#storewrap {
	background: url(../img/global/maincon_bg_low.gif) no-repeat bottom left;
}

#storecontent {
	background: url(../img/global/maincon_bg_top.gif) no-repeat top left;
	/*padding: 10px;*/
}

#store_main {
	padding: 5px 10px;
}

#store_main h1 {
	padding: 10px 0 0 5px;
}

#maincontent table {
	width: 100%
}

#maincontent h1,
#body_main h1.terms {
	font-size: 22px;
	font-weight: normal;
	color: #ed1c83;
	padding-bottom: 10px;
}

#maincontent h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #ed1c83;
	
}

/*  ////////////////////////////////////////  SIDEBAR  ////////////////////////////////////////  */

#sidebar {
	width: 200px;
	float: right;
}

#sidebar div.cartstatus,
#sidebar div.mainnav,
#sidebar div.history {
	padding: 5px 10px 10px 10px;
}

#sidebar div.mainnav {
	padding-left: 5px;
}

#sidebar div.sbg {
	background: url(../img/global/sidebar_div_bg.gif) no-repeat bottom left;
	padding: 0;
	margin-bottom: 20px;
}

#sidebar h2, #sidebar h2 a {
	text-indent: -9999px !important;
	display: block;
	height: 30px;
}

#sidebar h2.sidecart {
	background: url(../img/global/sidebar_hdr_cart.gif) no-repeat top left;
}

#sidebar h2.sidenav {
	background: url(../img/global/sidebar_hdr_links.gif) no-repeat top left;
}

#sidebar h2.recvisit {
	background: url(../img/global/sidebar_hdr_recent.gif) no-repeat top left;
}

#sidebar h3, #sidebar h3 a {
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: normal;
}

#sidebar h3 a:hover {
	color: #00ccff;
	text-decoration: none;
}

#sidebar a img {
	border: none;
}

.pronav, .pronav a {
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 20px;
}

.pronav a:hover {
	color: #00ccff;
	text-decoration: none;
}

#sidebar div#freeship {
	background: url(../img/global/freeship.gif) no-repeat bottom left;
	text-indent: -9999px !important;
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
}

#sidebar div#facebook a {
	background: url(../img/global/facebook.gif) no-repeat bottom left;
	text-indent: -9999px !important;
	display: block;
	width: 200px;
	height: 60px;
	margin-bottom: 20px;
	
}

#sidebar div#twitter a {
	background: url(../img/global/twitter.gif) no-repeat bottom left;
	text-indent: -9999px !important;
	display: block;
	width: 200px;
	height: 95px;
}

/*  ////////////////////////////  MINIBASK  ///////////////////////////  */

#sidebar table {
	width: 100%;
}

#sidebar thead {
	padding: 3px 0px;
}

#sidebar th {
	font-size: 10px;
	font-weight: bold;
	color: #ed1c83;
	text-align: left;
	padding-left: 2px;
}

#sidebar th.alright {
	text-align: right;
}

#sidebar td {
	font-size: 11px;
	color: #444444;
	padding: 0px 0px 0px 2px;
}

#sidebar td a {
	text-decoration: none;
	color: #444444;
}

#sidebar td a:hover {
	text-decoration: none;
	color: #a0a0a0;
}

#sidebar td a img {
	width: 30px;
	height: 30px;
	padding: 0px;
	border: 1px solid #f8f8f8;
}

#sidebar td a img:hover {
	border-color: #ed1c83;
}

#sidebar td a img:active {
	border-color: #ed1c83;
}

#sidebar table.footsteps td a.proname,
#sidebar table.footsteps td a.procode {
	padding-left: 3px;
	color: #707070;
}

#sidebar td.minibask_ops {
	font-size: 10px;
	font-weight: lighter;
	text-align: left;
	color: #707070;
}

#sidebar td.minibask_ttl {
	font-size: 11px;
	padding-top: 3px;
}

#sidebar td a.proname,
#sidebar table.footsteps td a.proname {
	font-weight: bold;
	color: #444444;
	line-height: 11px;
}

#sidebar td a.proname:hover,
#sidebar table.footsteps td a.proname:hover {
	color: #ed1c83;
}

.minibask div.fleft, .minibask div.fright {
	padding-top: 5px;
	margin-bottom: -10px;
}

#sidebar p, .blognews p {
	font-size: 11px;
	font-weight: lighter;
	color: #707070;
	text-align: left;
}

#sidebar .cartstatus {
	margin: 4px 0 -4px 0;
}

#sidebar .cartstatus p {
	font-size: 11px;
	font-weight: lighter;
	color: #707070;
	padding-bottom: 4px;
}

 #sidebar .cartstatus p {
 	padding-bottom: 0px;
}


/* ////////////////////////////////////////  MAIN NAV  //////////////////////////////////////// */


.mainnav {
	padding-top: 4px;
	width: 100%;
}

.mainnav dt a {
	background: url(../img/global/mainnav.gif) no-repeat;
	width: 160px;
	height: 20px;
	text-indent: -9999px !important;
	display: block;
}

/* UP STATE */
.mainnav dt#home a { background-position: 0px 0px; }
.mainnav dt#custcare a { background-position: 0px -20px; }
.mainnav dt#orderstat a { background-position: 0px -40px; }
.mainnav dt#dealers a { background-position: 0px -60px; }
.mainnav dt#facebook a { background-position: 0px -80px; }
.mainnav dt#contactus a { background-position: 0px -100px; }
.mainnav dt#viewcart a { background-position: 0px -120px; height: 30px; }

/* OVER STATE */
.mainnav dt#home a:hover { background-position: 0px -150px; }
.mainnav dt#custcare a:hover { background-position: 0px -170px; }
.mainnav dt#orderstat a:hover { background-position: 0px -190px; }
.mainnav dt#dealers a:hover { background-position: 0px -210px; }
.mainnav dt#facebook a:hover { background-position: 0px -230px; }
.mainnav dt#contactus a:hover { background-position: 0px -250px; }
.mainnav dt#viewcart a:hover { background-position: 0px -270px; height: 30px; }

/* ////////////////////////////////////////  MAIN NAV  //////////////////////////////////////// */

#sidebar .blognews {
	margin: 0 0 3px 0;
}

#sidebar .blognews h3 {
	padding-top: 8px;
}

#sidebar .blognews h2 {
	margin-bottom: -8px;
}

#sidebar .blognews a.readpost {
	padding-left: 2px;
	white-space: nowrap;
	text-decoration: underline;
}

#sidebar .blognews a.readpost:hover {
	color: #ffffff;
}

#sidebar .salead img {
	width: 190px;
	height: 160px;
}

.bh img {
	border: none;
}

/*  ////////////////////////////////////////  END SIDEBAR  ////////////////////////////////////////  */


/*  ==============================================  END MAIN  ==============================================  */


/*  ============================================  START FOOTER  ============================================  */

#footwrap {
	background: url(../img/global/footer_bg_wrap.gif) no-repeat top left;
	width: 100%;
	margin-bottom: 20px;
}

#footer {
	background: url(../img/global/footer_bg_low.gif) no-repeat bottom left;
	padding-bottom: 20px;
}

#footer h3, #footer h3 a {
	text-indent: -9999px !important;
	display: block;
	height: 31px;
	padding: 0;
}

#footer h3.footnav {
	background: url(../img/global/footer_hdr_navi.gif) no-repeat top left;
}

#footer h3.footpro {
	background: url(../img/global/footer_hdr_pros.gif) no-repeat top left;
}

#footer h3.footcus {
	background: url(../img/global/footer_hdr_help.gif) no-repeat top left;
	width: 115px;
}

#footer h3.footcon {
	background: url(../img/global/footer_hdr_con.gif) no-repeat top left;
	width: 110px;
}

#footer h3.footcus:hover {
	background: url(../img/global/footer_hdr_help2.gif) no-repeat top left;
}

#footer h3.footcon:hover {
	background: url(../img/global/footer_hdr_con2.gif) no-repeat top left;
}

#footer ul {
	padding: 5px 0 0 5px;
}

#footer li {
	font-size: 11px;
	font-weight: lighter;
	color: #707070;
	text-align: left;
	padding: 4px 0px 0px 1px;
}

#footer li strong {
	font-weight: bold;
	color: #444444;
}

#footer li a {
	text-decoration: none;
	color: #707070;
}

#footer li a:hover {
	color: #ed1c83;
	font-weight: bold;
}

.footleft {
	width: 470px;
	float: left;
}

#footsub {
	width: 220px;
	float: left;
	padding-left: 20px;
}

#footsub li.fbook {
	background: url(/mm5/assets/v2010/img/global/fbook_pink.png) no-repeat 55px 2px;
}

#footsub li.twitter {
	background: url(/mm5/assets/v2010/img/global/twit.png) no-repeat 55px 2px;
}

#footcat {
	width: 225px;
	float: right;
	padding-left: 5px;
} 

.footright {
	width: 430px;
	float: right;
} 

#foothelp {
	width: 220px;
	float: left;
}

#footcontact {
	width: 205px;
	float: right;
	padding-left: 5px;
}

#footcontact h3 {
	background: url(../img/plusbut.png) no-repeat 114px 6px;
}

#footcontact li {
	padding: 4px 0px 8px 1px;
}

/*  =============================================  END FOOTER  =============================================  */


/*  =========================================  MISCELLANEOUS STYLES  ========================================  */

#errorpage {
	padding-bottom: 30px;
}

#errorpage p {
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 5px;
}

.clear {
	clear: both;
}

br.clear { 
	height: 1px; 
	line-height: 1px; 
	font-size: 1px; 
	margin-top: -1px; 
	display: block; 
	clear: both; 
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.alright {
	text-align: right;
}

.alleft {
	text-align: left;
}

.centrum {
	text-align: center;
}

.whitey {
	color: #ffffff;
}


/*  =========================================  TARGET SAFARI, OPERA 9, CHROME (WEBKIT FRAMEWORK BROWSERS)  ========================================  */

@media screen and (-webkit-min-device-pixel-ratio:0){

#sidebar div { padding-bottom: 10px; }
#sidebar h2 { margin-bottom: 1px; }
#sidebar p { margin-bottom: 2px; }

}