/*
Theme Name: Snowboard Addiction
Theme URI: http://wordpress.org/
Description: Snowboard Addiction's' theme based on the Kubrick.
Version: 1.0
Author: Richard Smith
Author URI: http://www.haveyougotanypets.com/
Tags: snowboard
SnowboardAddiction v1.0
http://www.haveyougotanypets.com/

This theme was designed and built by Richard Smith and is based
on the Kubrick theme by Michael Heilemann,

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
\
*/



/* Begin Typography & Colors */

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: helvetica, Arial, Sans-Serif, Verdana;
	background-color:#000;
    background-image: url(http://www.snowboardaddiction.com/images/sa_logo_bk3.png);
    color: #333333;
}

p { margin:1em 0; }

ul { margin-left:40px; }

li {}

ol { padding-left:40px; }

.header-guarantee {
   float:right;
   margin-right:-77px;
}

#page {
    text-align: left;
	border-left:1px solid #212121;
	border-right:1px solid #212121;
	border-bottom:1px solid #212121;
}

#header {
    background-color: #000;
    border: 0px solid #959596;
    border-bottom: none;

}

#headerbanner {
    background:#000 url("http://www.snowboardaddiction.com/images/sa_header_sky.jpg") no-repeat top right;
    height:150px;
    width: 100%;
}

#headerdescription {
    padding: 10px;
    background-color: #FFFFFF;
height:5px;
display:none;
	
}

#headerdescription img {
position:relative;
top:-30px;
left:210px;
border:0px solid green;
display:none;
}


#headerdescription h2 {
    float: right;
    text-align: right;
    background-color: #FFFFFF;
    margin: -20px 40px 0 0;
    padding: 0;
	display:none;
}


#headernolang img {
position:relative;
top:-30px;
left:476px;
border:0px solid green;
display:none;
}


#headernolang {
    padding: 10px;
    background-color: #FFFFFF;
height:5px;
display:none;
	
}

#headernolang h2{display:none}
#content {
    background: #FFFFFF;
    border-left: 0px solid #959596;
    border-right: 0px solid #959596;
    font-size: 1.4em
}

#footer {
    background-color: #FFFFFF;
    border: 0px solid #959596;
    border-top: none;
}

small {
    font-family: helvetica, Arial, Sans-Serif, Verdana;
    font-size: 0.9em;
    line-height: 1.5em;
}

.big-font {
   font-size: 1.3em;
}

h1, h2, h3, h5 {
    font-family: helvetica, Arial, Sans-Serif, Verdana;
    font-weight: bold;
}

h1 {
    color: #000000;
    font-size: 2em;
    text-align: left;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

/*h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h5, h5 a, h5 a:visited {*/
h2, h2 a, h3, h3 a, h5, h5 a {
    color: #333333;
}

h5 { 
    margin:0px; 
    padding:0px; 
    color:#000;
    font-size:14px;
}

a, h1 *, h2 *, h3 *, cite {
    text-decoration: none;
}

a:hover, h1 *, h2 *, h3 * {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

a, a:hover, h2 a:hover, h3 a:hover {
    color: #0098FE;
}

/* End Typography & Colors */


/* Begin Structure */

body {
    margin: 0 0 20px 0;
    padding: 0;
}

#page {
    background-color: transparent;
    margin: 0px auto;
    padding: 0;
    width: 940px;
}

#header {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

#headerbanner {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#content {
    overflow:auto;
    clear: left;
    padding: 20px 0 20px 45px;
    line-height: 1.6em;
}

.post {
    margin: 0px 20px 0 0 ;
}

.post hr {
    display: block;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

#footer {
    padding: 0;
    margin: 0;
    clear: both;
}

#footer p {
    clear: both;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
/* End Structure */


/*	Begin Headers */

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

h2 { margin:15px 0 15px 0; }

h3 {
    padding: 0;
	margin:0;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}

/* End Headers */


/* Begin Images */

p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

/* End Images */


/* Begin Lists */

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

/*ol li, #sidebar ul ol li {*/
ol li {
    list-style: decimal outside;
}

/* End Entry Lists */


/* Begin Form Elements */

#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

select {
    width: 130px;
}

/* End Form Elements */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* End Various Tags & Classes*/


/* Menu bar */

/* Menu Bar 1 */

#suckerfishnav {
    margin: 0px;
    padding: 0px;
    border-top: 5px solid yellow;
    border-right: 1px solid #000000;
    border-bottom: 5px solid #0098FE;
    border-left: 1px solid #000000;
    background: #000000 url('/images/menubar_background.png') repeat-x;
}

#suckerfishnav, #suckerfishnav ul {
    float: left;
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 0;
    width: 938px;
}

#suckerfishnav a {
    display: block;
    margin: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: #5ecf00;
}

#suckerfishnav a:hover {
    color: #0098FE;
}

#suckerfishnav li {
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 150%;
}

#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:131px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:2px solid #000000;
    z-index: 9999999;
}

#suckerfishnav li li {
    width: 127px;
    border-bottom: 1px dashed #333333;
    font-weight: normal;
    border-left: 4px solid #0098FE;
    border-right: 4px solid #0098FE;
    border-bottom: 1px dashed #222222;
    padding: 5px 0;
    margin-top: -2px
}

#suckerfishnav li.page-item-1592, #suckerfishnav li.page-item-905, #suckerfishnav li.page-item-416 {
    border-bottom: 4px solid #0098FE;
}

#homeheader #suckerfishnav li li {
    border-width: 0;
}

#suckerfishnav li li a {
    padding:3px 10px;
    width:auto;
    font-size:13px;
	z-index:2000;
}

#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background-color: #000000;
}

/* marker arrow on main menu bar */
#suckerfishnav li.current_page_item,
#suckerfishnav .current_page_ancestor,
body#blog .page-item-1017,
body#lessons .page-item-313 {
    background: transparent url('/images/menu_pointer_top.png') top center no-repeat;
}

#suckerfishnav li li.current_page_item, #suckerfishnav li .page-item-238 {
    background-image: none;
}

/* menubar 2 */

#suckerfishnav_2 {
    padding: 0px;
}

#suckerfishnav_2, #suckerfishnav_2 ul {
    float: left;
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

#suckerfishnav_2 {
    margin-left:228px;
}

#suckerfishnav_2 a {
    display: block;
    margin: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: #333333;
}

#suckerfishnav_2 a:hover {
    color: #0098FE;
}

#suckerfishnav_2 li {
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}


/* tabs */

.tab {
    cursor: pointer;
}

.tabs { /* in case javascript is disabled */
    display: none;
}

.atab h2.stance { /* in case javascript is disabled */
    display: none;
}

.tabs {
    float: left;
    height: 3.2em;
    margin: 0;
    padding: 0;
}

.tabs li {
    list-style: none;
    float: left;
}

.tabs li a {
    float: left;
    padding: 5px 10px 5px 0;
    font-size: 150%;
}

.video {
    clear: left;
}

a.drop {
    background: url('/images/arrow-16-right.png') no-repeat left center;
    padding: 0.5em 0.5em 0.5em 25px;
    cursor: pointer;
}

a.drop span {
    font-size: 50%;
}

.adrop td {
    border-right: 1px dashed #BBBBBB;
    padding: 0.5em;
}

.adrop td img {
    width: 30px;
}

.adrop tr td {
    text-align: center;
}

.adrop tr td:first-child {
    width: 200px;
    text-align: left;
}

.adrop thead {
     font-weight: bold;
}

.idt {
   text-indent: 2em;
}


/* Trick Tips */

.tt_seq {
    text-align: center;
}

.tt_seq h2 {
    text-align: left;
}

.tabs li a.manual_select {
     margin: 0;
     padding: 0;
}

.tt_content {
    clear: both;
    margin-bottom: 40px;
}

.tt_content ol li, .tt_content ul li {
    margin: 7px 0 8px 10px;
}

.tt_nav {
    clear: right;
    margin-bottom: 50px;
    height: 50px;
}

.tt_nav .forward {
    float: right;
}

.tt_nav .back {
    width: 50px;
    text-align: center;
}

.manual_content {
    clear: left;
}


/* Shot sequence */

.tt_shots {
    float: left;
    list-style: none;
    margin: 0px 0px 55px 0px;
    padding: 5px;
    border: 3px solid #222222;
    background-color: #FFFFFF;
    height: 100%;
}

.tt_shots * {
    float: left;
    margin: 0;
    padding: 0;
}

.tt_shots li a {
    height: 250px;
    padding: 0;
    margin: 0;
    font-size: 175%;
}

.tt_shots li {
    float: left;
    list-style: none;
    height: 250px;
    margin: 0px;
    padding: 0px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.tt_shots li .shot_no {
    float: left;
    position: relative;
    top: 8px;
    z-index: 9999;
    width: 100%;
    height: 0;
    text-align: center;
    color: #333333;
}

.tt_shots li .shot_img {
    height: 250px;
    float: left;
    clear: left;
}

.tt_shots li img {
    height: 250px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.tt_shots li:hover img {
    opacity: 1;
    filter: alpha(opacity=100)
}


.sselect {
    display: inline;
    float: left;
    color: #EEEEEE;
    font-size: 35px;
    font-family:  helvetica, arial, sans-serif;
    font-weight: bold;
    position:relative;
    left: 50%;
    top: -10px;
    z-index:1;
    width: 50px;
    text-align: center;
    margin: 0px -30px;
    padding: 30px 0px 0px 0px;
}

.tt_shots li:hover .sselect {
    background: url("images/page_select.png") no-repeat top center;
}

/* End shot sequence */


/* Other stuff */

#free_lesson_logo {
    margin-bottom: 25px;
    /*padding: 10px 29px;
    border: 1px dashed #BBBBBB;*/
}

#guarantee {
    float: right;
    position: relative;
    top: -80px;
    left: 60px;
    background: transparent;
}

.column {
    float: left;
}

.c_one {
    width: 550px;
}

.c_two {
    margin: 0;
    padding: 0 0 0 20px;
}


/* BOXES */

.buylinks {
	float:left;
	width:900px;
}

.box, info_box, .alert_box, .warning_box {
    padding: 5px 15px 5px 100px;
    margin-bottom: 20px;
}

.box {
    padding: 5px 15px;
    background: #FFFFFF url(images/silverfade.png) repeat-x;
    border: 1px solid #BBBBBB;
}

.box_video {
	width:auto;
	float:left;
}

.box_side_video {
    padding:5px;
    background: #FFFFFF url(images/silverfade.png) repeat-x;
    border: 1px solid #BBBBBB;
	width:310px;
	float:right;	
	font-size:12px;
	line-height:17px;
}

.info_box {
    background: transparent url(/images/info_box.png) no-repeat scroll left center;
}

.alert_box {
    background: transparent url(/images/alert_box.png) no-repeat scroll left center;
}

.warning_box {
    background: transparent url(/images/warning_box.png) no-repeat scroll left center;
}

.info_box, .alert_box, .warning_box {
    padding: 0 0 0 100px;
    margin-bottom: 0;
    border: none;
}

.rnd {
    border-radius: 25px;  
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
}

.middle {
    margin: 0 auto;
    text-align: center;
}

.breaker {
    clear: both;
}

.margin {
    clear: none;
}

.margin_left {
    width: 530px;
}


/* Footer */

#sponsers {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: #FFFFFF;
}

#sponsers li{
    float: left;
    list-style: none;
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
}

#sponsers img{padding:10px; }

/* index page specific */

#contentbanner {
    clear: both;
    height: 200px;
    background: transparent url("http://www.snowboardaddiction.com/banners/v3_1.jpg") no-repeat;
    background-position: top left;
}

#index {
    background: #FFFFFF;
}

div#index div#content{
    background-color: transparent;
    background-image: none;
}


/* faq */

#faq_content {
     list-style: none;
}

#faq .h {
    margin-top: 50px;
    margin-left: -4em;
    list-style: none;
}

#faq li.h h2 {
    background-color: #333333;
    padding: 0.4em 0.4em 0.4em 0;
}

#faq li.h h2 a {
    margin-left: 2.5em;
    color: #FFFFFF;
}

#faq .q {
    list-style-type: circle;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}

#faq .a {
    list-style: none;
}


/* testimonials */

#testimonials {
  float: left;
  width: 820px;
  padding: 15px;
  border: 2px solid #C8CDD2;
  background: #FFFFFF;
  }

#testimonials dl {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  display: inline; /* fixes IE/Win double margin bug */
  }

#testimonials dt {
  float: right;
  width: 400px;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 130%;
  letter-spacing: 1px;
  color: #627081;
  }

#testimonials dd {
  margin: 0 0 0 410px;
  padding: 0;
  font-size: 120%;
  line-height: 1.7em;
  color: #666;
  }

#testimonials dl dd.img {
   margin: 0;
   width: 416px;
   }

#testimonials dd.img img {
  float: left;
  margin: 0 8px 0 0;
  padding: 4px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
  background: #fff;
  width: 400px;
  height: 300px;
  }

#testimonials .alt dt { /* reverse float */
  float: left;
  }

#testimonials .alt dd {
  margin: 0 98px 0 0;
  }

#testimonials .alt dd.img img {
  float: right;
  margin: 0 0 0 8px;
  }


/* SA Blog */

.content_padding {
    margin-right: 40px;
}

.blog-navigation {
    border: 1px solid #BBBBBB;
    background: #FFFFFF;
    padding: 5px;
    height: 20px;
    width: 570px;
    margin:15px 0 15px 0;
	font-size:12px;
	font-weight:bold;
}

.blog_post {
    border: 1px solid #BBBBBB;
    padding: 10px;
    background: #FFFFFF; float: left;
    width: 560px;
}

.blog_post h2 {
    margin: 0;
    padding: 0 0 0.5em 0;
}

.blog_post .quote {
    padding-left: 0.5em;
    border-left: 2px solid #BBBBBB;
    font-style: italic;
    font-weight: normal;
}

.comments-title {
	font-size:15px;
}

.bubble cite {
	font-size:13px;
	font-weight:bold;
}

/* SA Profile Pages */

.contact_form {
   background: #FFFFFF; /* url('images/envolpe.jpg') no-repeat top left; */
   padding: 40px;
   height: 380px;
}

.profile {
   padding-right: 40px;
}

#profile_content {
  overflow:auto;
  padding: 5px 15px 15px;
  margin: 0 0 0 150px;
  border: 1px solid #BBBBBB;
  background: #FFFFFF url(images/silverfade.png) repeat-x scroll 0% 0%;
}

#profile_mugshot, #profile_otherpics {
  float: left;
}

#profile_mugshot img {
   width: 300px;
   height: auto;
   border: 3px solid #000000;
}

#profile_otherpics {
  clear: left;
}

#profile_otherpics ul {
   float: left;
   margin: 0;
   padding: 8px 3pt 5px;
   border: 1px solid #BBBBBB;
}

#profile_otherpics ul li {
   float: left;
   list-style: none;
   padding: 0 5px;
}

#profile_otherpics img {
   border: 1px solid #333333;
   padding: 2px;
   height: 50px;
   width: auto;
}

#profile_about {
   padding-top: 10px;
   margin: 0 0 0 320px;
   padding: 5px 0 0 0;
}

#profile_qualifications {
   clear: left;
   padding: 10px 0 0 0;
}

#profile_email {
   clear:left;
   padding-top: 20px;
}

#profile_ppl {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFFFFF;
  }

#profile_ppl li {
  margin: 0;
  padding: 0;
  }

#profile_ppl a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 3px;
  }

#profile_ppl a:hover {
  color: #0066CC;
  }

#profile_ppl li.current_page_item a {
    color: #0066cc;
}

#profile_ppl li.current_page_item {
    list-style-image: url('images/profile_selected.jpg');
}


/* SA Product */

#products {
    padding: 0 45px 0 0;
}

.p_container {
    margin: 0px;
}

.product {
    margin: 1%;
    float: left;
    width: 26%;
    clear: none;
}

.product_desc {
    padding: 10px;
    text-align: left;
}

.product_desc img {
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 2px solid #BBBBBB;
}

.product_description {
    margin: 0px;
    clear: left;
}

.dropdowns {
    margin: 0px;
}

h3.drop {
    margin: 0px;
}

div.drop {
    margin: 0px;
}


/* Purchase Forms */

form.purchaseform {
    text-align: left;
}

.purchaseform fieldset {
    margin: 0 0 20px 0;
}

.purchaseform fieldset {
    margin: 0 0 20px 0;
}

.purchaseform fieldset legend {
    font-size: 150%;
}

.purchaseform .req {
    font-size: 200%;
    font-weight: bold;
    color: #FF0000;
    padding: 0 5px;
}

.purchaseform input, .purchaseform table select {
    font-size: 100%;
    padding: 5px;
}

.purchaseform table {
    margin: 0 auto;
    text-align: center;
}

.purchaseform table select {
    width: 100%;
}

.purchaseform td {
    padding: 5px 0;
    text-align: left;
    font-size: 150%;
}

.purchaseform td.field {
    text-align: right;
}


/* other sa */

.newsletterform {
    border: 1px dashed #BBBBBB;
    padding: 10px;
    background: #FFFFFF;
}

.box h3 {
   border-bottom: 1px dashed #BBBBBB;
   padding: 0 10px 10px 5px;
}


/* tabs for lesson manual */

.manual_tabs {
    margin: 0;
    padding: 0;
}

.manual_tabs + .box {
    border-top: none;
}

.manual_tabs ul {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #FFFFFF url(http://www.snowboardaddiction.com/wp-content/themes/default/images/bk_nav.png) repeat-x bottom left;
}

.manual_tabs ul, .manual_tabs ul li {
    float: left;
    list-style: none;
}

.manual_tabs ul li {
    margin: 0px;
    padding: 0 5px;
}

.manual_tabs ul li a {
  float: left;
  display: block;
  margin: 0;
  margin-top: -1px;
  padding: 20px 50px;
  color: #333333;
  text-decoration: none;
  border: 1px solid #BBBBBB;
  background: transparent;
  font-size: 1.3em;
  font-weight: bold;
  background: #f1f1f1 repeat-x;
}

.manual_tabs ul li a.manual_tabs_video {
    background-image: url(http://www.snowboardaddiction.com/wp-content/themes/default/images/bk_blk.png);
}

.manual_tabs ul li a.manual_tabs_focus {
    background-image: url(http://www.snowboardaddiction.com/wp-content/themes/default/images/bk_grn.png);
}

.manual_tabs ul li a.manual_tabs_physical {
    background-image: url(http://www.snowboardaddiction.com/wp-content/themes/default/images/bk_blu.png);
}

.manual_tabs ul li a.manual_tabs_mental {
    background-image: url(http://www.snowboardaddiction.com/wp-content/themes/default/images/bk_yel.png);
}

#manual_tabs_select {
   background-color: #F1F1F1;
   border-bottom: none;
   position: relative;
   bottom: -1px;
}


/* language selector */

#qtrans_language_chooser {
    margin: -14px 0 0 0;
    padding: 0px;
}

#qtrans_language_chooser, #qtrans_language_chooser li {
   float: left;
   list-style: none;
}

#qtrans_language_chooser li a {
   padding: 5px;
}

#qtrans_language_chooser li a img{
  filter:alpha(opacity=30);
  opacity:0.3;
}

#qtrans_language_chooser li a:hover img {
  filter:alpha(opacity=80);
  opacity:0.8;
}

#qtrans_language_chooser li.active a img {
  filter:alpha(opacity=80);
  opacity:0.8;
}



#page_products .products {
    float: left;
    margin: 40px 0 0 0;
    position: relative;
}

#page_products .l {
    clear: left;
    margin-right: 10px;
}

#page_products .products h2 {
    margin: 0;
    padding: 0;
}

#page_products .products h2 a {
    color: #5ECF00;
    font-size: 45px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
}

#page_products .products h2 a:hover {
    color: #0098FE;
}

#page_products .products img {
    /*display: none;*/
}

#page_products .products .inner {
    width: 400px;
    margin-top: 4px;
    background-color: #E2E2E2;
    border: 1px solid #BBBBBB;

}

#page_products .products .excerpt {
    padding: 15px;
    height: 295px;
}


/* Checkout */

#homepage_products div.category_view_product {
    float: left;
    width: 340px;
    margin: 0 30px 30px;
    padding: 10px;
    border: 1px solid #BBBBBB;
    background-color: #EEEEEE;
}


.clickbank_buylink {
    padding: 10px;
    border: 1px solid #0098FE;

}

.wpsc_product_title {
    border-bottom: 1px solid #C8D2DE;
    color: #44555F;
    display: block;
    font-size: 11pt;
    margin: 0 0 5px;
}

/* Shopping cart */

#menu_cart {
    position: relative;
}


#menu_cart div#sideshoppingcart {
    /*display: none;*/
    position: absolute;
    top: 15px;
    right: 19px;
    margin: 0;
    padding: 0;
    font-size: 150%;
    font-weight: bold;
}

#menu_cart div#sideshoppingcart #shoppingcartcontents {
    position: absolute;
    top: 16px;
    right: -25px;
    width: 210px;
    z-index: 999999999;
}

#menu_cart div#sideshoppingcart div#sliding_cart {
    z-index: 99999;
    margin-top: 10px;
    padding: 10px;
    border: 4px solid #0098FE;
    border-top: none;
    border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -khtml-border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -khtml-border-bottom-right-radius: 25px;
    background-color: #000000;
    display: none;
}

#homeheader #menu_cart div#sideshoppingcart div#sliding_cart {
    border: none;
}

#menu_cart div#sideshoppingcart #shoppingcartcontents strong {
    color: #0098FE;
}

#menu_cart div#sideshoppingcart div {
   height: auto;
   width: auto;
}

 div#sideshoppingcart .gocheckout {
   margin-top: 10px;
}

#menu_cart .cart_title {
   margin-left: 14px;
}

a#fancy_collapser_link img {
   height: 9px;
}



.shipping_details {
   background: #EEEEEE url('/images/shipping.png') no-repeat right 120px;
   padding: 10px;
   border: 1px solid #BBBBBB;
}

.wpsc_checkout_table td {
   padding: 2px 15px 2px 2px;
}

.wpsc_checkout_table input, .wpsc_checkout_table textarea, .wpsc_checkout_table select {
   background: #FFFFFF none repeat scroll 0 0;
   border: 1px solid #BBBBBB;
   padding: 5px;
}


/* Contact Form 7 */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}


/* Languages */

.qtrans_flag span { display:none }

.qtrans_flag { 
        background: url(http://www.snowboardaddiction.com/images/flags.png) no-repeat top left;
        height: 12px;
        width: 8px;
        display: block;
        margin-left: 10px;
}

.qtrans_flag_and_text { padding-left:20px }

.qtrans_flag_en { background-position: -54px  0px }
.qtrans_flag_de { background-position:  0px   0px }
.qtrans_flag_fr { background-position: -36px  0px }
.qtrans_flag_es { background-position: -18px  0px }
.qtrans_flag_zh { background-position: -108px 0px }
.qtrans_flag_ja { background-position: -72px  0px }
.qtrans_flag_ko { background-position: -90px  0px }


/* Shopping Cart */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.Thickbox, .Thickbox * { margin: 0; padding: 0; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
/*	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666; */
  -ms-interpolation-mode: bicubic;
}

#TB_window img#TB_Image {
  margin-right: 15px;
}

#TB_additional_images {
 display: block;
 width: 75px;
 float: left;
 padding: 0px;
 margin-top: 15px;
 margin-left: 15px;
}

#TB_additional_images img.TB_Thumbnail_Image {
 margin: 0px 0px 15px 0px
 }

#TB_Header{
 background: #cccccc;
 height: 16px;
 width: 95%;
 padding: 4px;
 margin: 6px auto 0px auto; 
 }


#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

.TB_Selected img{
 border:2px solid #FFCC66 !important;
 }

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_Header #TB_TopCloseAjaxWindow{
  padding: 0px;
  margin: 0px;
  display: block;
  text-align:right;
  float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.widget widget_text ul li {
   list-style:none;
}



a {outline:none}

.order_table {
   font-family:verdana;font-size:13px;color:#5ECF04;font-weight:bold;
   background-color:#000;
   border-top:5px solid #FFFF00;
   border-bottom:5px solid #0098FE;
}

#sidebar {
    width:240px;
}

#sidebar ul li { list-style:none; }

#sidebar ul { 
   padding:0px;
   margin:20px 0 0 0;
}

#sidebar li {
    padding: 5px 5px;
    margin:0 0 10px 0;
    background: #FFFFFF url(images/silverfade.png) repeat-x;
    border-top: 6px solid #66CB01;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    list-style:none;
    float:left;
}

#sidebar li h2 { 
    padding:5px 0 5px 0;
    margin:0 0 5px 0;
    border-bottom:solid 1px #BBBBBB;
    font-size:15px;
    list-style:none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding:3px;
    border: 1px solid #BBBBBB;
    background: #FFFFFF;
    height: 20px;
	font-size:12px;
	font-weight:bold;
}

.navigation-container {
    padding:10px 20px 0 20px; 
	background-color:#FFF; 
	clear:left; 
	text-align:left;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
}

.messageboxok{
	width:auto;
	border:1px dashed #349534;
	background:#C9FFCA;
	padding:3px;
	color:#008000;
    font-weight:bold;
    font-size:11px;
    width:450px;
    float:right;
}

.messageboxok2{
	width:auto;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
    margin-bottom:15px;
	font-weight:bold;
	color:#008000;
}

.messageboxok2 a { color:#008000; }

.messageboxerror{
	width:auto;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
    margin-bottom:15px;
	font-weight:bold;
	color:#CC0000;
}

.messageboxerror a { color:#CC0000; }

.messageboxout {
	width:150px;
	border:1px solid #666666;
	background:#EBEBEB;
	padding:3px;
	font-weight:bold;
	color:#666666;	
}

.messageStackError, .messageStackWarning { color:#FF0000; font-family: Verdana, Arial, sans-serif; font-size: 11px; }

.language-chooser {
   float:left;
   width:400px;
   margin-top:110px;
   padding-left:8px;
}

			.p-box-title { 
				width:653px; 
				float:left; 
				margin:0;
				padding:0;
			}
			
			.p-box-title-l {
				background-image:url('http://snowboardaddiction.com/images/products-box/p-box-l.png');
				background-repeat:no-repeat;
				float:left;
				width:15px;
				height:25px;
				margin:0;
				padding:0;				
			}
			
			.p-box-title-r {
				background-image:url('http://snowboardaddiction.com/images/products-box/p-box-r.png');
				background-repeat:no-repeat;
				background-position:right;
				float:left;
				width:637px;
				height:23px;
				margin:0 0 0 0;
				padding:2px 0 0 0;				
			}

			.p-desc-items {
			  padding-left:25px;
			  padding-top:5px;
			  margin:0px;
			}
			
			.p-box-main {
				width:100%;
				float:left;
				margin:0 0 15px 0;
				padding:0;				
			}
			
			.products-box {
			    background: #FFFFFF url(http://www.snowboardaddiction.com/wp-content/themes/snowboard_addiction/images/silverfade.png) repeat-x;
			    border: 1px solid #0091F7;				
				width:640px;
				float:left;
				margin:0;
				padding:5px 5px;			
			}
			
			.p-box-text {
				font-size:12px;
				float:left;
				width:70%;
                margin-bottom:10px;
                min-height:130px;
			}

			.p-box-img {
				float:right;
			}
						
			#category-title {
				color:#00CCFF;
				font-size:15px;
				font-family:Arial;
				font-weight:bold;
			}
			
			#product-title {
				color:#FFF;
				font-size:15px;
				font-family:Arial;
				font-weight:bold;				
			}

			#product-title a { color:#FFF; text-decoration:none; }
			#product-title a:hover { text-decoration:underline; }
			
			.productboxcon {
				height:36px;
				float:left;
				width:74%;
			}			
			
			.productboxmore {
				border:1px dashed #0098FE;
				background:#CAE2FF;
				padding:3px 3px 3px 3px;
				line-height:0px;
		        width:154px;
		        text-align:center;
		        float:left;
		        margin-right:3px;
			}

.newsletter-widget {
   margin:-5px;
   padding:5px;
   background-image:url('http://snowboardaddiction.com/images/widgetbg/rss.png');
   background-repeat:no-repeat;
   background-position:bottom right;
}

.newsletter-input {
   padding:3px;
   width:200px;
}

.widget-text-small {
   font-size:12px;
   font-weight:bold;
}

	.social-item {
		width:290px;
		height:64px;
		float:left;
		margin-left:auto;
		margin-right:auto;
	}
	
	.social-icon {
		width:64px;
		float:left;
	}

	.social-title a {
		width:216px;
		float:right;
		text-decoration:none;
		font-weight:bold;
		font-size:16px;
		font-family:Helvetica;
	}
	
	.social-title a:hover {
		text-decoration:underline;
	}
		
	.social-text {
		width:216px;
		float:right;
		font-weight:bold;
		font-size:12px;
		font-family:Helvetica;
                line-height:15px;
	}
	
	.social-text a {
		text-decoration:none;
	}
	
	.social-text a:hover {
		text-decoration:underline;
	}
	
	#facebook { color:#3A5897; }
	#twitter { color:#29CAFF; }
	#youtube { color:#FF2626; }	
	#rss { color:#DC7105; }
	
	.social-spacer { height:20px; float:left; width:100px; }

.social-widget {
}

.community-box {
    padding: 10px;
    background: #FFFFFF url(images/silverfade.png) repeat-x;
    border-top: 6px solid #66CB01;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    margin-bottom:15px;
}

/* SLIDER */
#slider ul, #slider li{
 margin:0;
 padding:0;
 list-style:none;
 }
#slider, #slider li{ 
 width:560px;
 height:250px;
 overflow:hidden; 
 }
span#prevBtn{}
span#nextBtn{} 

.blog-slider-info {
	background-image:url('images/slider/slider-bg.png');
	width:540px;
	height:100px;
	padding:10px;
	margin-top:150px;
}

.blog-slider-title {
	color:#FFF;
	font-size:16px;
	font-family:Helvetica;
	font-weight:bold;
}

.blog-slider-title a {
	color:#FFF;
	text-decoration:none;
}

.blog-slider-title a:hover {
	text-decoration:underline;
}

.blog-slider-info {
	color:#A7A7A7;
	font-size:12px;
	font-weight:bold;
}

.blog-latest-cell {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dashed #CCCCCC;
}

.communtiy-banner {
	background-image:url('http://www.snowboardaddiction.com/wp-content/uploads/2009/12/jump.jpg');
	background-repeat:no-repeat;
}

.commentlist {
	padding:10px 10px 0 10px;
	margin:0px;
}

.comment-ava {
	width:50px;
	margin:10px;
	height:50px;
}

.comment-text {
	width:auto;
}

.sa-friend {
	width:100%;
	height:130px;
	margin:20px;
	float:left;
}

.sa-f-logo { float:left; width:auto; margin-right:15px; width:150px; height:120px; }
.sa-f-logo img { max-width:150px; max-height:150px; }

.sa-f-title { 
	float:left; text-align:left; 
	font-size:26px; width:500px;
}

.sa-f-text { float:left; width:600px; }

.sa-f-link { float:left; width:500px; }

.emailmsgerror {
	width:auto;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
    margin-bottom:15px;
	font-weight:bold;
	color:#CC0000;
}

.emailmsgout {
	width:auto;
	border:1px solid #666666;
	background:#EBEBEB;
	padding:3px;
	font-weight:bold;
	margin-bottom:15px;	
	color:#666666;
}

#ecom-header {
	width:940px;
	height:140px;
	background-image:url('http://snowboardaddiction.com/images/header-images/title-bg.jpg');
}

.lang-bar {
	width:252px;
	height:auto;
	float:left;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

#lang-flag {
	float:left;
	margin-left:33px;
}

#lang-flag img {
	padding:6px 5px 0 0;
}

.tool-tip-text {
	font-weight:bold;
	font-size:11px;
}

.cart-header {
	width:auto;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:675px;
	font-size:11px;
	font-weight:bold;	
}

.cart-box {
	height:65px;
	width:252px;
	background-image:url('http://snowboardaddiction.com/images/header-images/cart-bg.png');		
	background-repeat:no-repeat;
	margin-top:3px;
}

.cart-item-count {
	width:80px;
	margin:25px 0 3px 5px;
	padding:1px 0 0 3px;
	float:left;
}

.cart-view-cart {
	width:80px;
	margin:3px 0 0 0;
}

.cart-total {
	width:45px;
	float:left;
	font-size:16px;
	color:#FF7430;
	margin-top:33px;
	text-align:center;
}

.cart-checkout {
	width:100px;
	float:right;
	margin:30px 0 0 0;
}


/* Max's new classes */

.hidden {
        display:none;
}

hr.blackBar {
        width: 820px; 
        height: 10px;
        margin:20px 0;
        background-color: #000;
}

/* osCommerce Shopping Cart Col Styles */
table#SAcart {
border-collapse:separate;
table-layout:fixed;
}

.order_table.col1, 
.productListing-data.col1 { 
	width:12%;
}

.order_table.col2,
.productListing-data.col2 { 
	width:58%;
}

.order_table.col3, 
.productListing-data.col3 { 
	width:15%;
}

.order_table.col4, 
.productListing-data.col4 { 
	width:15%;
}

/* Create Account */
#createAccount h3 {
padding-top:30px;
color:#5ECF00;
clear:left;
}

.rkForm {
clear:both;
float:left;
width:200px;
margin:10px 0 0 20px;
}

.rkDescRight {
float:left;
margin:10px 0 0 20px;
}

.inputRequirement {
font-style:italic;
}

.codeImg {
display:block;
clear:both;
}

.submitHolder {
clear:both;
}

.button_continue {
margin-top:30px;
}

.formWrapper {
margin-top:10px;
padding-top:15px;
padding-bottom:15px;
}


.errorBox {
	width:auto;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
    margin-bottom:15px;
	font-weight:bold;
	color:#CC0000;	
}

.productboxadd {
	width:300px;
	border:1px dashed #349534;
	background:#C9FFCA;
	color:#008000;
    font-weight:bold;
    font-size:15px;
    float:left;
	padding:3px;
}
			
.productboxadd-left {
	float:left;
	width:137px;
padding-top:5px;
}

.productboxadd-right {
	float:right;
	width:auto;
line-height:0em;
}


/* Bubble Styling */

.bubble {
margin:10px 0 0 0 !important;
}

.bubble p {
margin:6px 0;
}

div.bubble span.avatar {
display:inline-block;
vertical-align:middle;
margin:10px;
height:50px;
width:50px;
background:#fe4;
}

div.bubble .comment-text {
display:inline;
}

div.bubble blockquote p {
display:inline;
margin:0 !important;
}

/* Bubble Styling */

.bubble {
margin:10px 0 0 0 !important;
}

.bubble p {
margin:6px 0 20px;
}

div.bubble span.avatar {
display:inline-block;
vertical-align:middle;
margin:10px;
height:50px;
width:50px;
background:url('http://www.snowboardaddiction.com/images/logo-tile.jpg') no-repeat 0 0;
}

div.bubble .comment-text {
display:inline;
}

div.bubble blockquote p {
display:inline;
margin:0 !important;
}

div.bubble cite {
top:2px !important;
padding-top:12px !important;
}

/* /// Bubble Avatar /// */

div.bubble span.avatar.blue {background-position:0px 0px;}
div.bubble span.avatar.purple {background-position:-50px 0px;}
div.bubble span.avatar.green {background-position:-100px 0px;}
div.bubble span.avatar.red {background-position:-150px 0px;}
div.bubble span.avatar.grey {background-position:0px -50px;}
div.bubble span.avatar.orange {background-position:-50px -50px;}
div.bubble span.avatar.pink {background-position:-100px -50px;}
div.bubble span.avatar.yellow {background-position:-150px -50px;}

.blog-tags {
	font-size:11px;
}

.friend-listing ul {
	margin:0px;
	float:left;
}

.friend-listing li { 
	list-style:none;
	float:left; 
	width:150px;
	margin:25px;
}


/* FAQ Answers */

.answer {
	margin:5px 10px 15px 0;
	padding-left:10px;
	border-left:5px solid #0098FE;
}

.test-box {
	border:dashed 3px #333;
	padding:15px;
	margin:15px;
}

.product-intro {
	margin-top:15px;
	float:left;
}

.product-image { 
	width:220px;
	height:220px;
	float:left; 
	text-align:center;
	margin-top:15px;
}

.product-info-box { 
	width:678px;
	height:220px; 
	float:right; 
	border-bottom:solid 1px #0455B0;
	background-image:url('../../../../images/product-page/product-info-bg.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}

.product-title { 
	width:100%; 
	height:33px;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	background-image:url('../../../../images/product-page/product-title-bg.png');
	background-repeat:repeat-x;
	border:solid 1px #0296F8;
}

.product-title a {
	text-decoration:none;
	color:#fff;
}

.product-title a:hover {
	text-decoration:underline;
}

.product-title p { 
	margin:5px 0 0 5px; 
	padding:0; 
}

#product-cat { color:#0CF; }

.product-info { 
	width:100%; 
	height:100px;
	font-weight:bold;
}

.product-info ul { margin-left:0px;}

.product-reviews { 
	width:100%; 
	height:42px;
	font-weight:bold;
	font-size:13px;
	padding-left:15px;
}

.product-reviews a { color:#ED8B28; text-decoration:none; }
.product-reviews a:hover { text-decoration:underline; }
.product-reviews img { margin-right:10px; }
.product-reviews span { margin-top:5px; }

.product-stock { 
	width:auto; 
	float:left; 
	font-size:13px;
	padding-top:8px;
	padding-left:10px;
}
.product-buy { width:auto; float:right; padding-right:10px; }

.product-article {
	width:100%;
	float:left;
}

.product-article img { margin-bottom:10px; }
#cust-star { margin-right:10px; margin-left:10px; }

.product-reviews-main {
	width:100%;
	float:left;
}

.product-reviews-main-title { 
	width:100%; 
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;	
}

.product-reviews-main-title a { color:#ED8B28; text-decoration:none; }
.product-reviews-main-title a:hover { text-decoration:underline; }
.product-reviews-main-title span { margin-top:5px; }

.other-customers-main {
	width:100%;
	float:left;
}

.other-customers-main img {
	margin-bottom:10px;
}

.other-customers-container {
	width:100%;
	float:left;
}

#more-reviews {
	width:100%;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	padding-bottom:10px;
}

#more-reviews a { color:#CCC; text-decoration:none; }
#more-reviews a:hover { color:#ED8B28; text-decoration:none; }

#content-instruc { color:#CCC; 	width:100%;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	padding-bottom:10px; }

/* Product Box Small */
.p-div { float:left; width:20px; height:5px; }

.p-box-con-s {
	width:210px;
	height:320px;
	float:left;
}

.p-box-title-s { 
	width:100%; 
	float:left; 
	margin:0;
	padding:0;
}

.p-box-title-l-s {
	background-image:url('http://snowboardaddiction.com/images/products-box/p-box-l.png');
	background-repeat:no-repeat;
	float:left;
	width:15px;
	height:25px;
	margin:0;
	padding:0;				
}

.p-box-title-r-s {
	background-image:url('http://snowboardaddiction.com/images/products-box/p-box-r.png');
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	width:180px;
	height:23px;
	margin:0 0 0 0;
	padding:2px 15px 0 0;				
}

.p-desc-items-s {
  padding-left:25px;
  padding-top:5px;
  margin:0px;
}

.p-box-main-s {
	width:auto;
	float:left;
	margin:0 0 15px 0;
	padding:0;				
}

.products-box-s {
    background: #FFFFFF url(http://www.snowboardaddiction.com/wp-content/themes/snowboard_addiction/images/silverfade.png) repeat-x;
    border: 1px solid #0091F7;				
	width:auto;
	float:left;
	margin:0;
	padding:5px 5px;			
}

.p-box-text-s {
	font-size:12px;
	float:left;
	width:70%;
    margin-bottom:10px;
    min-height:130px;
}

.p-box-img-s {
	float:left
	width:100%;
	text-align:center;
	height:200px;
}

.p-box-img-s img {
	margin:0px;
}
			
#category-title-s {
	color:#00CCFF;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
}

#product-title-s {
	color:#FFF;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;				
}

#product-title-s a { color:#FFF; text-decoration:none; }
#product-title-s a:hover { text-decoration:underline; }

.productboxcon-s {
	float:left;
	margin-top:10px;
}			

.productboxmore-s {
	border:1px dashed #0098FE;
	background:#CAE2FF;
	padding:3px 3px 3px 3px;
	width:auto;
    text-align:center;
    float:left;
    margin-right:3px;
	color:#0098FE;
    font-weight:bold;
    font-size:15px;	
}

.productboxadd-s {
	width:auto;
	border:1px dashed #349534;
	background:#C9FFCA;
	color:#008000;
    font-weight:bold;
    font-size:15px;
    float:left;
	padding:3px;
}
			
.productboxadd-left-s {
	float:left;
	width: 100%;
	text-align:center;
	font-size:12px;
}

.productboxadd-right-s {
	float:left;
	width: 100%;
	text-align:center;
}

.productboxadd-right-s img {
	padding:0px;
	margin:0px;
}

.form-review {
	width:75%;
	float:left;
	border:dashed 2px #0098FE;
	padding:15px;
	margin-left:90px;
	font-size:18px;
	color:#0098FE;
	margin-bottom:20px;
	font-weight:bold;
}

.form-review input.button_continue {
	padding:6px;
	background-color:#C9FFCA;
	border:solid 2px #008000;
	color:#008000;
	width:150px;
	font-size:16px;
	font-weight:bold;
}

.form-review input:hover {
	border:solid 2px #ED8B28;
	background-color:#FFEBCC;
	color:#ED8B28;
}

.form-title {
	float:left;
	width:130px;
}

.form-item {
	float:right;
	width:505px;
}

.form-star {
	float:left;
	width:30%;
	padding:5px;
	height:30px;
}

.form-star img {
	padding:0;
	margin:0;
}

.rating-desc {
	float:right; 
	padding:5px; 
	width:65%; 
	text-align:left;
	font-size:14px;
	height:30px;
}
