/* RESTORE GREEN */
/* #519526 */
/* RESTORE PURPLE */
/* #3C172D */
/* RESTORE GREY */
/* #333 */
/* RESTORE DK GREY */
/* #666 */

body {
background-color:#FFF;
margin: 0; 
padding: 0;
}

a:link {text-decoration: none; 	color: #519526; }
a:visited {text-decoration: none; color: #519526;}
a:active {text-decoration: none; color: #3C172D}
a:hover {text-decoration: none; color: #3C172D; 
}

#demo { padding: 0px; margin: 0px 0px 0px 72px;
}

#title { font-size: 10px; font-family: Verdana, Helvetica, Arial, sans; color:#3C172D; }

a#prev, a#next { font-size: 12px; font-family: Verdana, Helvetica, Arial, sans; color: #000; text-decoration: none; }
a#prev:hover, a#next:hover {text-decoration: underline; }
	
.pics { height: 425px; width: 425px; padding:0; margin:0; overflow: hidden }
.pics img { height: 425px; width: 425px; padding: 5px 0 5px 0; top:0; left:0 }

.nav { margin: 5px 0 }
#nav a { margin: 0 2px; padding: 3px 5px; border: 0px solid #ccc; background: #fff; text-decoration:none; color:#333;}
#nav a.activeSlide { background:#ccc }
#nav a:focus { outline: none; }


/* THREE COLUMNS */

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:950px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 1em;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

.col2_2 {
	float:left;
	position:relative;
	padding:0 0 1em 4em;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;	
}


.col1_index {
	float:left;
	position:relative;
	padding:0 0 1em 2em;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;	
}

.col2_index {
	float:left;
	position:relative;
	padding:0 0 1em 4em;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;	
}

.colmid2 {
	float:center;
	overflow:hidden;
}

/* HR */
hr {
  border: 0;
  width: 950px;
color: #ccc;
background-color: #ccc;
height: 1px;
}

/* TOP NAVIGATION */

/* TOP NAV CONTAINER */

#topnav_container{ 
height: 100px; 
padding: 0px; 
width:950px;

} 

.top_nav_logo{

	font-family: "arial",sans-serif,Georgia, Helvetica, Helvetica, ;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -0.2pt;
	word-spacing: 0pt;
	line-height: 0.2;
	margin: 0px 0px 0px 0px;
	
}

.top_nav_logo2{
	
	float:right;
}

.three_column_comment3{
	margin-top:40px;
	float:right;
}

.three_column_comment2{
	margin-top:40px;
	
	float:right;
}


.top_nav_main{

	font-family: "arial",sans-serif,Georgia, Helvetica, Helvetica, ;
	color: #3C172D;
	font-size: 16px;
	font-weight: bold;
	word-spacing: 0pt;
	line-height: 0.2;
	margin: 0px 0px 0px 0px;
	
}

.top_nav_main a:link, a:active, a:visited {
	color:#3C172D; 
	text-decoration:none;	
}

.top_nav_main a:hover  {
	color:#519526;
}




.top_nav_wome{
	font-size: 16px;
	letter-spacing:0pt;
	word-spacing:15pt;
	margin: 0px 150px 10px 25px;
	font-weight:bold;
}

.top_nav_wome a:link, a:active, a:visited {
	color:#3C172D; 
	text-decoration:none;	
}

.top_nav_wome a:hover  {
	color:#519526;
}


.top_nav_sm{
	font-size: 14px;
	letter-spacing:0pt;
	word-spacing:10pt;
	
	margin: 0px 0px 0px 120px;
	font-weight:bold;
}

.top_nav_sm2{
	font-size: 14px;
	letter-spacing:0pt;
	word-spacing:10pt;
	
	margin: 0px 0px 0px -10px;
	font-weight:bold;
}

.top_nav_sm a:link, a:active, a:visited {
	color:#3C172D; 
	text-decoration:none;	
}

.top_nav_sm a:hover  {
	color:#519526;
}

.top_nav_sm2 a:link, a:active, a:visited {
	color:#3C172D; 
	text-decoration:none;	
}

.top_nav_sm2 a:hover  {
	color:#519526;
}


#masthead {
	width:800px;
	height:70px;
	font-size: 1.4em;
	word-spacing: 1.0pt;
	margin: 0px 0px 0px 15px;
}


/* COLOR STYLES FOOTER */
/* RESTORE GREEN */
/* #519526 */
/* RESTORE PURPLE */
/* #3C172D */
/* RESTORE GREY */
/* #333 */

.footer_nav{

	font-family: "arial",sans-serif,Georgia, Helvetica, Helvetica, ;
	color: #3C172D;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.2pt;
	word-spacing: 0pt;
	line-height: 1.2;
	margin: 0px 10px 0px 25px;
	text-decoration:none;	
	
}

.footer_nav a:link, a:active, a:visited {
	color:#666; 
	text-decoration:none;	
}

.footer_nav a:hover  {
	color:#519526;
}



/* COMMENT BOX */

.commentbox {
	     width: 500px;
	     height:auto;
	     text-decoration:none;	
		 font-family: "arial",sans-serif,Georgia, Helvetica, Helvetica, ;
		 font-size: 12px;

}



/* COLOR STYLES FOOTER */
/* RESTORE GREEN */
/* #519526 */
/* RESTORE PURPLE */
/* #3C172D */
/* RESTORE GREY */
/* #333 */

#HCB_comment_box textarea {
  /* add any custom CSS for the comment box here. */
  
}

/* the entire html comment box container. applies to everything */
#HCB_comment_box {
  font-family: verdana, serif;
  color: #333;
  background-color: #fff;
}

#HCB_comment_box p.error {
  border: 1px solid red;
  background-color: #fee;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #f8f8f8;
}

#HCB_comment_box input.text {
  width:200px;
}

/* the submit button */
#HCB_comment_box input.submit {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  background-color: #519526;
  color: #fff;
  font-weight:bold;
  cursor:pointer;
  font-family: "arial",sans-serif,Georgia, Helvetica, Helvetica, ;
  font-size: 12px;
  padding:4px;
}

#HCB_comment_box span.home-desc {
  font-size:10px;
  opacity:0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-bottom:1px dotted #eee;
  margin-bottom:5px;
}

.hcb-mod  i{
  color:#333;
}


/* OUR PICK */

#ourpick {
	     width: 53px;
	     height:53px;
	     background:url('../images/ourpick.png'); no-repeat;
		float: right; 
	    margin: 380px 484px;
		position:absolute;
		z-index: 14;

}


#newpick {
	     width: 53px;
	     height:53px;
	     background:url('../images/new.png'); no-repeat;
		float: right; 
	    margin: 380px 484px;
		position:absolute;
		z-index: 12;

}


#topseller {
	     width: 53px;
	     height:53px;
	     background:url('../images/topseller.png'); no-repeat;
		float: right; 
	    margin: 380px 484px;
		position:absolute;
		z-index: 10;

}


/* OUR PICK / NEW INDEX */

#ourpick_index {
	     width: 53px;
	     height:53px;
	     background:url('../images/ourpick.png'); no-repeat;
		float: right; 
	    margin: 380px 920px;
		position:absolute;
		z-index: 13;

}


#new_index {
	     width: 53px;
	     height:53px;
	     background:url('../images/new.png'); no-repeat;
		float: right; 
	    margin: 380px 920px;
		position:absolute;
		z-index: 10;

}


/* IMAGE CODE */

#image_425px{
	width:425px;
	height:425px;
	background-color:#FFF;
	margin: 0px 0px 0px 72px;
	z-index: 1;

}



/* CONTAINER */

.description_container {
	margin: 0px 0px 0px 20px;
	width: 325px;
}


/* SPACERS */
#spacer_top {
	height:1.5em;
}


/* SPACERS */
#spacer_content {
	height:10px;
}

/* SPACERS */
#spacer_content2 {
	height:20px;
}

/* SPACERS */
#spacer_content3 {
	height:30px;
}

/* FONT/STYLES */

/* FABRIC INFO */
.fabricinfo {
	font-family: helvetica,sans-serif;
	color:#3C172D;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -0.8pt;
	word-spacing: 3pt;
	margin: 0px 0px 0px 0px;
	
}

.fabricinfo a:link, a:active, a:visited {
	color:#3C172D; 
	text-decoration:none;	
}

.fabricinfo a:hover  {
	color:#519526;
}



/* BUY */
.buy {
	font-family: helvetica,sans-serif;
	color:#3C172D;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0.8pt;
	word-spacing: 3pt;
	margin: 256px 0px 0px 26px;
	
}

.buy a:link, a:active, a:visited {
	color:#3C172D; 
	text-decoration:none;	
}

.buy a:hover  {
	color:#519526;
}

/* SHARE */

.share_container {
	
	background-image:url('../images/vertical_ln.png');
	height:200px;
	width:110px;
	
}

.share {
	font-family: helvetica,sans-serif;
	color:#519526;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.8pt;
	word-spacing: 3pt;
	margin: 40px 0px 0px 26px;
	
}

.share a:link, a:active, a:visited {
	color:#3C172D;
	text-decoration:none;	
}

.share a:hover  {
	color:#519526;
}


.share_title {
	font-family: helvetica,sans-serif;
	color:#519526;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -0.8pt;
	word-spacing: 3pt;
	
}
.product_title {
font-family: helvetica,sans-serif;
color:#519526;
font-size: 2.7em;
font-weight: bold;
letter-spacing: -2pt;
word-spacing: 3pt;
margin: 80px 0px 0px 0px;
}

.title_main {
font-family: helvetica,sans-serif;
color:#519526;
font-size: 2.7em;
font-weight: bold;
letter-spacing: -2pt;
word-spacing: 3pt;
margin: 0px 0px 0px 0px;
}

.title_main_sub {
font-family: helvetica,sans-serif;
color:#519526;
font-size: 2em;
font-weight: normal;
letter-spacing: -1pt;
word-spacing: 0pt;
margin: 0px 0px 0px 0px;
}


.reviewitem {
font-family: helvetica,sans-serif;
color:#519526;
font-size: 2em;
font-weight: bold;
letter-spacing: -1pt;
word-spacing: 3pt;
margin: 40px 0px 0px 0px;
}

.description {
font-family: helvetica,sans-serif;
color: #333;
font-size: 1em;
font-weight: normal;
letter-spacing: 0pt;
word-spacing: 3pt;
margin: 5px 0px 0px 0px;

}

.description_title_sm {
	font-family: helvetica,sans-serif;
	color:#519526;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0pt;
	word-spacing: 3pt;
	margin: 1px 0px 0px 0px;	
}

.description_italic {
	font-family: "trebuchet MS",sans-serif;
	color: #333333;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 0pt;
	word-spacing: 1pt;
	margin: 0px 0px 20px 0px;
}


.product_serial {
font-family: helvetica,sans-serif;
color: #333;
font-size: 1em;
font-weight: bold;
letter-spacing: -0.8pt;
word-spacing: 3pt;
margin: 5px 0px 0px 0px;
}

.product_price {
font-family: helvetica,sans-serif;
color: #333;
font-size: 1.2em;
font-weight: bold;
letter-spacing: -0.8pt;
word-spacing: 3pt;
margin: 5px 0px 10px 0px;
}


/* IMAGE ROLLOVERS THUMBS */

.thumbs {
	width:950px;
	height:80px;
	margin-left:5%;
	margin-right:5%;

}

.thumbs_img{
	
	img {border-width: 0px; border-style: none;}
}

.resize {
	
	width:62px;
	height:auto;
	padding: 2px;
	
}

#imgopacity
{
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
-khtml-opacity: 0.3;
}

#imgopacity:hover
{
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
}




#iconbar	{ height:25px; position:absolute; }
#iconbar li { float:left; position:relative; }

#iconbar span {
	background: url(../../ttbg.png) no-repeat;
	width: 110px;
	height: 55px;
	position: absolute;
	left: -28px;
	text-align: center;
	color:#FFF;
	font-size: 1em;
	font-weight: bold;
	font-family: helvetica,sans-serif;
	margin:0px 0px 0px 0px;
	padding: 2px;
	display: none;
	line-height:20px;
	cursor:pointer;
}


/* THREE COLUMN GRID */

#grid-wrap {
        text-align:     left;
        }

#grid {
        text-align:     left;
        margin:         auto;
        width:          950px;
        }

#left {
        float:          left;
        clear:          left;
        width:          25%;
        margin-left:    0px;
        text-align:     right;
}

#center {
        float:          left;
        width:          45%;
        margin-left:    20px;
        margin-right:   1px;
        }

#right {
        float:          right;
        clear:          right;
        width:          25%;
        margin-right:   1px;
        }
#left, #center, #right {
        height:         150px;
        font-variant:   small-caps;
        text-align:     left;
        } 

#left, #right {
        background:     #FFF;
        }

#center {
        background:     #fff;
        }



/* SLIDER INDEX */
#jFlowSlide{ background:#FFF; }
#myController {font-family: "arial",sans-serif,Georgia, Helvetica; padding:0px 0px;  width:950px; background:#FFF; font-weight:bold; }
#myController span.jFlowSelected { background:#FFF; margin-right:0px; }

.slide-wrapper { padding: 0px; }
.slide-thumbnail { width:650px; float:left; }
.slide-thumbnail img {max-width:650px; }
.slide-details { width:290px; float:right; margin-left:0px;}
.slide-details h2 { font-size:1.5em; font-weight:normal; line-height: 1; margin:0;  }
.slide-details .description { margin-top:1px; }

.jFlowControl, .jFlowPrev, .jFlowNext { color:#333; cursor:pointer; padding-left:15px; padding-right:0px; padding-top:0px; padding-bottom:0px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #FFF; }





/* FROM OLD */

/* TITLES */

#title_green{
	font-family: Helvetica, "Helvetica", arial;
	font-size: 2em;
	color:#519426;
	letter-spacing:0pt;
	word-spacing:1.0pt;
	margin: 0px 0px 0px 0px;
}

#title_purple{
	font-family: Helvetica, "Helvetica", arial;
	font-size: 2em;
	color:#3C172D;
	letter-spacing:0pt;
	word-spacing:1.0pt;
	margin: 0px 0px 0px 0px;
	
}


/* Title Green Small */
#title_green_sm{
	font-family: Helvetica, "Helvetica", arial;
	font-size: 1em;
	font-weight:bold;
	color:#519426;
	letter-spacing:0pt;
	word-spacing:1.0pt;
	margin: 0px 0px 0px 0px;
}

/* Title Green medium */
#title_green_md{
	font-family: Helvetica, "Helvetica", arial;
	font-size: 2em;
	font-weight:bold;
	color:#519426;
	letter-spacing:0pt;
	word-spacing:1.0pt;
	margin: 0px 0px 0px 0px;
}


/* Title Purple Small */
#title_purple_sm{
	font-family: Helvetica, "Helvetica", arial;
	font-size: 1em;
	font-weight:bold;
	color:#3C172D;
	letter-spacing:0pt;
	word-spacing:1.0pt;
	margin: 0px 0px 0px 0px;

}
#paragraph_press{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	
}


/* CLOTHING ITEM */

#link_item{
	font-family: Helvetica, "Helvetica", arial;
	font-size: 1.6em;
	letter-spacing:0pt;
	word-spacing:1.0pt;
	float:left;
}

#link_item a:link, 
#link_item a:active, 
#link_item a:visited {

	color: #46442D; 
	text-decoration:none;
}

#link_item  a:hover  {
	color: #519426; 
}

/* SUBTITLE LINKING */

#link_green{
	font-family: Helvetica, "Helvetica", arial;
	font-size: 0.7em;
	letter-spacing:0pt;
	word-spacing:1.0pt;
}

#link_green a:link, 
#link_green a:active, 
#link_green a:visited {

	color: #519426; 
	text-decoration:none;
}

#link_green a:hover  {
	color: #46442D; 
}







/* CONTAINER - SIZE CHART1 */

#container_size_chart_w { 
height: 225px; 
padding: 5px; 
width:950px;
} 



#col_w1 { 
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */ 
width: 14%; /* Allows for fluid design. Can be set to pixels */ 
float: left; 
} 
#col_w2 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
} 
#col_w3 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
}
#col_w4 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
}

#col_w5 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
}


#col_w6 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
}



/* CONTAINER - SIZE CHART2 */

#container_size_chart_m { 
height: 180px; 
padding: 5px; 
width:950px;
} 



#col_w1 { 
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */ 
width: 14%; /* Allows for fluid design. Can be set to pixels */ 
float: left; 
} 
#col_w2 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
} 
#col_w3 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
}
#col_w4 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
}

#col_w5 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
}


#col_w6 { 
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 16%; 
float: left; 
}



