/* MAIN ELEMENTS */
/*
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Oswald);

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Droid Sans, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
*/
/* Import Fonts
------------------------------------------------------------ */

/* @import url(//fonts.googleapis.com/css?family=Droid+Sans);
@import url(//fonts.googleapis.com/css?family=Oswald); */


body {
        text-align: center;
        margin: 0;
        padding: 0;
        background-color: #f5f5f3;
}

body#popup {
        margin: 8px;
        padding: 8px;
}

body, td, p, li, span, input, select, textarea {
        font-family: Arial, Helvetica, sans-serif, Verdana ;
        font-size: 12px;
        color: #333;
}

h1, h2, h3, h4 {
        margin-top: 0;
}

/* FORM ELEMENTS */

form {
        display: inline;
}

div.row_arrow_navigation {
        clear: both;
        padding: 2px;
}

div.row_arrow_navigation img {
        vertical-align: middle;
}

div.row_arrow_navigation span.arrow {
        float: left;
        width: 5%;
        text-align: left;
}

div.row_arrow_navigation span.navigation {
        float: right;
        width: 95%;
        text-align: left;
}

div.row {
        clear: both;
        padding: 4px;
}

div.row span.label {
        float: left;
        width: 40%;
        text-align: left;
}

div.row span.element {
        float: right;
        width: 60%;
        text-align: left;
}

div.row span.full {
        width: 100%;
}

/* CONTAINER ELEMENTS */

#container {
	width: 960px;
	text-align: left;
	margin: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#container2 {
	background-color: #FFFFFF;
	margin: auto;
	width: 90%;
	text-align: left;
	border: 1px solid #999999;
}


#container_popup {
        text-align: left;
        /* background-color: #fff !important; */
        margin: auto;
}

/* HEADER ELEMENTS */

#header {
	margin: 0;
	height: 85px;
	background-color: #000000;
	background-image: url(/2013-img/header-bk.jpg);
}

#header_rt {
        float: right;
        text-align: right;
        margin: 5px;
}

#utilnav {
        clear: both;
        margin-bottom: 4px;
        padding: 0;
}

#utilnav ul {
        margin: 0;
        padding: 0;
        display: inline;
}

#utilnav ul li {
        display: inline;
        margin: 0;
        padding-right: 4px;
}

#utilnav li a {
        padding: 4px 8px;
        font-size: 14px;
        color: #333;
        background-color: #B9B789;
        text-decoration: none;
}

#utilnav li a:hover {
        color: #333;
        background-color: #D1D0B1;
}

#topnav {
	clear: both;
	padding: 5px;
	text-align: center;
	background-color: #313131;
	border-top-width: 5px;
	border-top-color: ##313131;
	border-top-style: solid;
	border-bottom-color: ##313131;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-right-color: ##313131;
	border-left-color: ##313131;
}

#topnav ul {
        margin: 0;
        padding: 0;
        display: inline;
}

#topnav ul li {
        margin: 0;
        padding: 0 10px 0 10px;
        display: inline;
}

#topnav li a {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: 'Oswald' , arial, serif;
	background-color: #313131;
}

#topnav li a:hover {
	color: #09F;
	text-decoration: underline;
	font-family: 'Oswald' , arial, serif;;;
}

#topnav2 {
	clear: both;
	padding: 2px;
	text-align: center;
	background-color: #E0E0E0;
	margin-bottom: 7px;
	margin-top: 2px;
}

#reviewnav {
        clear: both;
        margin-bottom: 5px;
        padding: 5px;
        text-align: center;
        background-color: #333;
}

#reviewnav ul {
        margin: 0;
        padding: 0;
        display: inline;
}

#reviewnav ul li {
        margin: 0;
        padding: 0 5px 0 5px;
        display: inline;
}

#reviewnav li a {
        font-size: 12px;
        font-weight: bold;
        color: #f90;
        text-decoration: none;
}

#reviewnav li a:hover {
        color: #f90;
        text-decoration: underline;
}

/* CONTENT ELEMENTS */

#content {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#content_lt {
        width: 49.5%;
        float: left;
}

#content_rt {
        width: 49.5%;
        float: right;
}

/* LEFT ELEMENTS */

#left {
	width: 200px;
	float: left;
	margin-right: 10px;
}
#left2 {
}


#left_sub {
	width: 675px;
	padding-left: 10px;
	float: left;
}

#left_sub2 {
        width: 260px;
        float: left;
}

/* MIDDLE ELEMENTS */

#middle {
	width: 500px;
	float: left;
}
#middle2 {
	float: left;
	width: 50%;
}


/* RIGHT ELEMENTS */

#right {
	width: 240px;
	float: right;
	margin-left: 10px;
	text-align: center;
}

#right_sub {
	width: 200px;
	float: right;
	text-align: center;
	border-left-color: #E6E6E6;
	border-left-width: 1px;
	border-left-style: solid;
	margin-left: 10px;
}

#right_sub2 {
	width: 650px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}

/* BOX ELEMENTS */

.orange_header {
	padding: 2px;
	background-color: #E0E0E0;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-indent: 5px;
	margin-bottom: 10px;
	border: 1px solid #999;
}

.red_header {
        padding: 2px;
        background-color: #900;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
}

.black_header {
        padding: 2px;
        background-color: #000;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
}

.black_header a {
        color: #fff !important;
}

.red_header_box {
        padding: 4px;
        border: 1px solid #ccc;
}

.new_arrivals {
        width: 33%;
        float: left;
        text-align: center;
}

.three_across {
        width: 32%;
        float: left;
        text-align: center;
}

.why_spicy_gear {
        background-color: #ffc;
        font-size: 12px;
        padding: 4px;
}

/* FOOTER ELEMENTS */

#footer {
        clear: both;
        text-align: center;
}

#footer_bar {
        background-color: #000000;
        font-size: 12px;
        font-weight: bold;
        color: #FFFF00;
        padding: 4px;
}

#footer2 {
        clear: both;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
}

.footer_left {
	float: left;
	padding: 0px;
}

.footer_left img {
        vertical-align: middle;
}

.footer_right {
	float: right;
	text-align: left;
	padding: 10px 30px 10px 10px;
	border-left: 1px solid #ccc;
	vertical-align: top;
}

/* CLASS ITEMS */

.float_left {
        float: left;
}

.float_right {
        float: right;
}

.padding {
        padding: 5px;
}

.bold {
        font-weight: bold;
}

.orange_italic {
        font-weight: bold;
        font-style: italic;
        color: #f60;
}

.sub_header {
        font-size: 14px;
        font-weight: bold;
        color: #f60;
}

.red_bold {
        font-weight: bold;
        font-style: normal;
        color: #900;
}

.red_italic {
        font-weight: bold;
        font-style: italic;
        color: #900;
}

.red_lg {
        font-weight: bold;
        font-size: 16px;
        color: #900;
}

.white_italic {
        font-weight: bold;
        color: #fff;
}

.small {
        font-size: 11px;
}

.table_header {
        color: #fff;
        font-weight: bold;
        background-color: #333;
		
}
.NEWtable_header {
	color: #fff;
	font-weight: bold;
	background-color: #333;
	background-image: url(/shared/header-bk.jpg);
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 01px;
}
.message {
        color: #f60;
        font-weight: bold;
}

.message_lg {
        color: #f60;
        font-size: 14px;
        font-weight: bold;
}

.product_specs {
        color: #933;
        font-weight: bold;
}

.product_pricing {
        background-color: #eee;
        padding: 5px;
}

.toll_free {
        color: #333;
        font-weight: bold;
        font-size: 13px;
        margin-right: 30px;
}

.free_shipping {
        color: #333;
        font-weight: bold;
        font-size: 13px;
        margin-right: 50px;
}

.list_price {
        font-weight: bold;
        font-style: normal;
        color: #900;
        text-decoration: line-through;
}

.button {
        background-color: #333;
        color: #f90;
        font-weight: bold;
}

.new_security_feature {
        background-color: #ffc;
        padding: 4px;
}

.hide {
        display: none;
}

.show {
        display: inline;
}

.read_hide, .write_hide {
        display: none;
}

.read_show, .write_show {
        display: inline;
}

.clearer {
        height: 1px;
        overflow: hidden;
        clear: both;
        /* margin-top: -1px; */
}

/* BGCOLOR ELEMENTS */

.table_row_odd {
        background-color: #fff;
}

.table_row_even {
        background-color: #eee;
}

.table_row_one {
        background-color: #ffc;
}

/* LINK ITEMS */

a, a:link, a:visited {
        color: #009;
        text-decoration: underline;
}

a:hover {
	 color: #b20000;
	 text-decoration: underline}

.home_link {
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
}

a.home_link:link, a.home_link:visited {
        color: #f60;
}

a.home_link:hover {
        color: #333;
}

.top_link {
        font-size: 12px;
        text-decoration: underline;
}

a.top_link:link, a.top_link:visited {
        color: #000;
}

a.top_link:hover {
        color: #900;
}

.bot_link {
        color: #666;
        font-size: 11px;
        text-decoration: none;
}

a.bot_link:link, a.bot_link:visited {
        color: #666;
        font-size: 11px;
        text-decoration: none;
}

a.bot_link:hover {
        color: #900;
        text-decoration: none;
}
a.yellow_over_Black:link, a.yellow_over_Black:visited {
        color: #666;
        text-decoration: none;
}

a.yellow_over_Black:hover {
        color: #900;
        text-decoration: none;
}

.nav_link {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        text-decoration: underline;
}

a.nav_link:link, a.nav_link:visited {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        text-decoration: underline;
}

a.nav_link:hover {
        color: #666;
        text-decoration: underline;
}
.manulinks {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-style: normal;
        color: #666666;
        text-decoration: underline;
}
.2008phone {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        color: #FFFF00;
        font-weight: bold;
}.CREDIT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
}

/* BLOG */
.LYNNEQUEST {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
.LYNNEANSWER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
.black-top{
	background:#000;
	padding:5px;
	width:982px;
	border-left:1px solid #4F0C1D;
	border-right:1px solid #4F0C1D;
}
.black-top h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

/* BLOG  */
.blog-listing{
	float:left;
	width:600px;
	margin:10px 0 20px 0;
}

.blog-listing.full{
	width:600px;
}
.blog-entry{
	margin:0 0 10px 0;
	padding:5px 0;
}
.blog-entry h3.heading{
	font-size:16px;
	border:none;
	color:#990000;
}
.blog-entry h3.heading a{
	text-decoration:none;
	color:#990000;
}
.blog-entry .detail{
	margin-left:15px;
	margin-bottom:10px;
	margin-top:0;
	clear:both;
	float:left;
}
.blog-entry .teaser{
	padding:0 10px 5px 10px;
	margin:10px;
}

.blog-entry.odd{
	background:#f5f5f5;
}


.img-left{
	float:left;
	margin:0 8px 8px 0;
}
.clearboth{
	clear:both;
}
/* BLOG SIDEBARS */
.blog-sidebar-left{
	float:left; 
	width:200px; 
	background:#FFF; 
	margin:0 15px 15px 8px;
	padding:0;
}
.blog-sidebar-right{
	float:left; 
	width:200px;
	background:#FFF; 
	margin:10px 0 15px 15px;
	padding:0;
}
.blog-sidebar-left .blog-entry, .blog-sidebar-right .blog-entry{
	padding:5px 5px;
	margin:0;
	border-bottom:1px dotted #CCC;
}
.blog-sidebar-left .blog-entry.even, .blog-sidebar-right .blog-entry.even{
	background:#f8f8f8;
}
.blog-sidebar-left .blog-entry:hover, .blog-sidebar-right .blog-entry:hover{
	background:#FFFFEB;
}
.blog-sidebar-left .blog-entry.even:hover, .blog-sidebar-right .blog-entry.even:hover, .qna.even:hover, .qna:hover {
	background:#FFFFEB;
}
.blog-sidebar-left .teaser, .blog-sidebar-right .teaser{
	padding:5px;
	margin:0 5px;
}
.blog-sidebar-left h2.heading, .blog-sidebar-right h2.heading{
	background:#000; 
	color:#FFF; 
	padding:5px; 
	font-size:14px; 
	margin:10px 0;
}
h2.heading a{
	color:#990000;
	text-decoration:none;	
}
.blog-sidebar-left h2.heading a, .blog-sidebar-right h2.heading a{
	color:#FFF;
	text-decoration:none;
}

.blog-sidebar-left h3, .blog-sidebar-right h3{
	padding:3px 0;
	font-size:14px;
}
.blog-sidebar-left h3 a, .blog-sidebar-right h3 a{
	text-decoration:none;
}
.blog-sidebar-left .detail, .blog-sidebar-right .detail{
	float:none;
	font-weight:bold;
	text-align:right;
}
.blog-sidebar-left .title{
	background: url(/sexed/images/aricles.gif) 0% 0% no-repeat;
	padding-left:14px;
	display:block;
}
.qna{
	border-bottom:1px dotted #CCC;
}
.qna.even{
	background:#f8f8f8;
}

/* BLOG KEYWORD SECTION */

.blog-keyword-listing{
	float:left;
	width:600px;
	margin-bottom:15px;
}
.blog-listing h2.heading{
	font-size:16px;
}
.keyhighlight{
	background:#E6B74B;
	padding:3px;
}

/* COMMENT */

.comment{
	margin-bottom:8px;
	border-bottom:1px dotted #f5f5f5;
	padding:10px;
}
.comment-name{
	font-size:14px;
	padding:5px;
}
.comment-desc{
	background: #f5f5f5 url(/images/review_commentpoint.gif) 1% 0% no-repeat;
	padding:15px 10px 15px 30px;
}
.comment-detail{
	font-size:11px;
	color:#999999;
}

/* FORM */
form fieldset {
  border:none;
  margin:0 0 10px 0;
  padding:0;
}

form label {
  display: block;
  width: 130px;
  font-weight:bold;
  float:left;
}

form fieldset ul {
  margin:10px 0px;
  padding:0;
}

form fieldset li {
  list-style: none;
  padding:5px 10px 5px 25px;
  margin:0px;
  clear:both;
}

input,
textarea,
select{
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #FFF;
  border: 1px solid #CCC;
}

input:hover,
textarea:focus,
textarea:hover,
select:hover {
  color: #000;
  background: #FFFFCC;
  border: 1px #666;
  border-style:inset;
}

input:focus,
textarea:focus,
select:focus {
  color: #000;
  background: #FFFFF2;
  border: 1px #333;
  border-style:inset;
}

input.button{
	background:#E6B74B;
	border:1px solid #333;
	color:#FFF;
}

input.button:hover{
	background:#E6B74B;
	color:#333;
	border:1px solid #000;
}

input.button-search{
	background:#f0f0f0;
	border:1px solid #333;
	border-style:groove;
	color:#333;
}
input.button-image{
	background:none;
	border:none;
}
.small-text{
	font-size:11px;
	color:#666666;
}
.large-text{
	font-size:16px;
}
.larger-text{
	font-size:20px;
}
hr{
	background-color: #666;
	height: 1px;
	clear:both;
	margin:12px 0;
	border:none;
}
.addToSocial, .addToSoc{
	border:none;
	background:#FFF;
	padding-bottom:5px;
}

.addToSoc {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	margin: auto; 
	text-align:left;
}
.addToSoc img {
	vertical-align: middle;
	padding: 1px 2px 1px 6px;
	cursor:pointer;
}
.addToSoc dl {
  	background-color: #fbfbfb;
  	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.addToSoc dd {
	display: inline;
	list-style: none; 
	padding:1px; 
	margin:0px;
	cursor:pointer;
}
.addToAboutSoc{
	display: inline;
	list-style: none; 
	padding:1px; 
	margin:0px;
	font-weight: bold;
	cursor:help;
}
.font-smallest { font-size: 14px; }
.font-smaller { font-size: 16px; }
.font-small { font-size: 18px; }
.font-medium { font-size: 20px; }
.font-large { font-size: 22px; }
.font-larger { font-size: 24px; }
.font-largest { font-size: 26px; }

/* PAGINATE */

.paginate{
	border-bottom:1px solid #efeded;
	float: left;
	margin:10px 0;
	width:100%;
	padding:3px;
}

.paginate ul{
	margin:0;
	padding:0;
	list-style: none
}

.paginate ul li{
	margin:0;
	padding:0;
	float: left;
}

.paginate ul li a{
	padding:5px 8px;
	margin:3px;
	color:#000;
	background:#DDD;	
	text-decoration: none;
}

.paginate ul li.current a{
	background:#000;
	color: #fff;
}

/* PAGE LINKS

.paginate{
	padding:8px 0 0 0;
	clear:both;
	width:100%;
	margin:10px 0;
	background:#f3f3f3;
	float:left;
} 

.paginate .left{
	float:left;
	width:49%;
}
.paginate .right{
	float:left;
	width:49%;
	text-align:right;
}

a.pagelink{
	background: #f3f3f3; 
	padding:3px;
	color:#666;
	font-size:14px;
	border-bottom:1px solid #f3f3f3;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	text-decoration:none;
	margin-bottom:5px;
	height:18px;
}
strong.pagelink{
	background: #FFF; 
	padding:5px;
	color:#333;
	font-size:14px;
	border-bottom:6px solid #FFF;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	text-decoration:none;
	height:20px;
	width:10px;
	line-height:26px;
	margin-left:5px;
	margin-right:5px;
}


a.prevnext{
	background: #FFF; 
	padding:5px;
	color:#333;
	font-size:14px;
	border-bottom:6px solid #FFF;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	text-decoration:none;
	height:20px;
	width:10px;
	line-height:26px;
	margin-left:5px;
	margin-right:5px;
}
a.prevnext:hover{
	background: #f3f3f3; 
	padding:5px;
	color:#333;
	font-size:14px;
	border-bottom:6px solid #FFF;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	text-decoration:none;
	height:20px;
	width:10px;
	line-height:26px;
	margin-left:5px;
	margin-right:5px;
}*/

.breadcrumb{
	padding:5px;
	background:#f5f5f5;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	margin:10px 0 10px 0;
}
.HOLIDAY-HOME {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FF0;
	border: thin dotted #060;
	padding: 5px;
}
.New_Text_HEADER_Boxes {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	background-color: #000;
}
.YELLOW-OVER-BLACK {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #000;
	font-weight: bolder;
}
.topnav-WHITE-COPY {
	font-family: Oswald , arial, serif;;
	font-size: 14px;
	color: #FFF;
	background-color: #313131;
}
.topnavSUB-WHITE-COPY {
	font-family: Oswald, arial, serif;
	;
	font-size: 12px;
	color: #000;
	background-color: #E0E0E0;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
}
