



@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,300italic,400italic,700);
*{

}

html, body{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    background-color: #fff;
}

p {
    margin:0;
    padding:0;
    margin-bottom: 20px;
    margin-top:2px;
}
li{
    /* list-style-type: none; */
    margin:0;
    padding:0;

}
input, textarea{
    outline-width: 0;
    outline:none;
}
a{
    text-decoration: none;
    color:inherit;
}
img{
    border:0;
}
.clear{
    clear:both;
}
.bold{
    font-weight:bold;
}
.disc{
    margin-left:15px;
    padding:0;
}
.disc li{
    list-style-type: disc;
    margin-bottom: 1em;
}


#header_back{
    width:100%;
    min-width: 960px;
    float:left;
}
#header{
    width:940px;
    margin:0 auto;
    position:relative;
    margin-top:30px;
}
.logo{
    float:left;
}

.right_panel{
    font-size: 12px;
    float:right;
    margin-top:0px;
}
.bold_title{
    color:#3b3633;
    font-weight: 400;
    font-size: 16px;

}
.head_email{
    text-transform: uppercase;
    color:#3b3633;
}
.head_basket{
    margin-top:0px;
    color:#3b3633;
    text-transform: uppercase;
    float:right;
    clear:right;
    line-height: 20px;
    text-align: right;
}
.head_sign_in{
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom:3px;
    float:right;
    clear:right;
}
.search_text{
    float:left;
    background: url('../images/search_left.png');
    height:20px;
    border:0;
    padding:0;
    margin:0;
    width:150px;
    font-size: 11px;
    color:#4e4e4e;
    padding-left:3px;
    padding-right:2px;
}
.search_button{
    float:left;
    border:0;
    padding:0;
    margin:0;
    background: url('../images/search_right.png');
    width:60px;
    height:19px;
    padding-left:18px;
    padding-top:3px;
    font-size: 9px;
    text-align: left;
    display: block;
    color:#4e4e4e;
}
#body_back{
    width:100%;
    min-width: 960px;
    float:left;
}
#body{
    width:940px;
    margin:0 auto;
    position:relative;
    /* margin-top:5px; */
}
.menu{
    padding:0;
    margin: 0;
    /*margin-top:15px;*//*Converted to padding in li easer for drop downs*/
    float:left;
    text-transform: uppercase;
}
.menu >li.first{
    padding-left:0px;
    padding-right:3px;
}
.menu >li{
    cursor: pointer;
    float:left;
    padding-left:30px;
    padding-top:15px;
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
}
.main_drop_down{
    padding-top:20px;
    padding-bottom:20px;
}
.menu .links{
    margin:0;
    padding:0;
}
.menu .links li{
    text-transform: uppercase;
    color:#fff;
    font-size: 16px;
    margin:0;
    padding:0;
    line-height: 1.8em;
    width:215px;
    padding-left:10px;
    padding-right:10px;
    list-style-type: none;
}
.amin_land{
    height:30px;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    background-color:#3b3633;
    text-align: center;
    /*margin-top:10px;*/
    margin-bottom:10px;
}
.cat_grid{
    margin:0;
    padding:0;
    float:left;
    margin-left:-20px;
}
.cat_grid li{
    float:left;
    margin-left: 20px;
    margin-bottom: 20px;
    position:relative;
    list-style-type: none;
}
.cat_grid img{
    display:block;
}
.cat_grid .inner_desc{
    bottom:0px;
    position:absolute;
    width:100%;
    background-color: rgba(0,0,0,0.75);
    font-weight: 300;
    color:#fff;
    font-size: 22px;
    text-align: center;
    /* text-transform: uppercase; */
}


.prod_grid{
    margin:0;
    padding:0;
    float:left;
    margin-left:-20px;
}
.prod_grid li{
    float:left;
    height:246px;
    width:298px;
    border:1px solid #4e4e4e;
    margin-left: 20px;
    margin-bottom: 20px;
    position:relative;
    list-style-type: none;

}
.prod_grid img{
    display:block;
    max-height: 176px;
    max-width: 298px;
    margin: 0 auto;
}
.prod_grid .inner_desc{
    bottom:0px;
    position:absolute;
    width:100%;
    background-color: rgba(0,0,0,0.75);
    color:#fff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}
.prod_cell{
    display:table-cell;
    width:inherit;
    height:176px;
    width:298px;

    vertical-align: middle;
}
.prod_cell img{
    margin:0 auto;
}
.text_title {/*h1*/
    margin:10px 0 0 20px;
    padding:0;
    color:#4e4e4e;
    font-weight: 400;
    font-size: 24px;
    margin-bottom:15px;
}

.col_text_3{
    margin-left:-20px;
    float:left;
}
.col_text_3 .inner_col{
    float:left;
    width:300px;
    margin-left:20px;
}

.col_text_3 .multicol{  
    -moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari and Chrome */
    column-count:3;
    margin-top: 0px; 
    margin-left: 20px;
    padding-top: 0px;
    -moz-column-gap:20px; /* Firefox */
    -webkit-column-gap:20px; /* Safari and Chrome */
    column-gap:20px;
}

.col_text_3 .singlecol{  

    margin-top: 0px; 
    margin-left: 20px;
    padding-top: 0px;

}

.col_text_3 a, div#body_center a {
    color: #0000cc;
    font-weight: bold;
    }

.normal_text{
    margin:0;
    padding:0;
    margin-bottom: 20px;
    margin-top:2px;
}
#footer_back{
     width:100%;
     min-width: 960px;
     float:left;
    margin-bottom:10px;
 }
#footer{
    width:940px;
    margin:0 auto;
    position:relative;

}

.footer_desc{
    float:left;
    background-color: #4e4e4e;
}
.footer_desc .inner_col{
    float:left;
    width:195px;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    text-transform: uppercase;
    font-weight:300;
    font-size: 13px;
    line-height: 1.6em;
    color:#acacac;
}
.footer_desc .inner_title{
    font-weight:400;
    margin-bottom: 10px;
    color:#fff;
}
.footer_desc .inner_content{
    margin:0;
    padding:0;
}
.footer_desc .inner_links{
    margin:0;
    padding:0;
}
.footer_desc .inner_links li{
    margin:0;
    padding:0;
    list-style-type: none;
}
.text_details{
    float:left;
    margin-top:5px;
    font-size: 10px;
    line-height: 1.6em;
    text-transform: uppercase;
    width:200px;
}
.payment::selection{
    background: none;
}
.payment ::-moz-selection{
    background: none;
}
.bottom_bar{
    margin-top:-5px;
}
.payments{
    float:left;
    width:540px;
    text-align: center;
}
.pay_container{
    background-image: url(../images/pay_container.png);
    width:61px;
    height:46px;
    display: inline-block;
    margin-right:-15px;
}
.pay_container img{
    display:block;

    margin-top:10px;
    margin-left:10px;
}
.seo{
    float:right;
    margin-top:10px;
}
.seo img{
    float:left;
    margin-left:10px;
    display:block;
}


.main_bar{
    background-color:#3b3633;
    border:1px solid #50757b;
    margin-bottom:30px;
    
    position: relative;
}
.filter{
    float:left;
    margin-left:20px;
    margin-top:5px;
}
.filter select{
    text-transform: uppercase;
}
.breadcrumbs{
    color:#fff;
    text-transform: Capitalize;
    font-size: 20px;
    float:left;
    margin-left:20px;
    line-height: 40px;
}
.nonstyleddd 
{
  position: absolute;
  right: 10px;
  top: 7px;  
}


.main_drop_down{
    position:absolute;
    background-color: #3b3633;
    z-index:100;
    display: none;
}
.page_bottom{
    width:940px;
    margin-top:25px;
    margin-bottom:-10px;
    float:left;
}
.page_bar{
    float:left;
    width:440px;
    margin-left:250px;
    margin-right:250px;
    text-align: center;
    margin-top:-35px;
    margin-bottom:20px;
}
.page_bar .inner_left{
    float:left;
    width:300px;
}
.page_items{
    margin-top:-25px;

    float:right;
    width:300px;
}
.page_items select{
    float:right;
}
.found{
    float:right;
    margin-bottom:5px;
}
.page_bar .inner_cent_container{
    display:inline-block;
    width:300px;
}
.arrow{
    display:inline-block;
}
.text{
    text-transform: uppercase;
    padding-left:20px;
    padding-right:20px;
    font-size: 26px;
    display:inline-block;
}

/* CSS taken from T-Shirt Grill */

/* general styles */
#body_container{
    margin:0 auto;
    width:960px;
}

#body_center{
    background-color:#fff;
    margin:0 auto;
    padding-left:20px;
    padding-right:20px;
    margin-top: 0px;
    position:relative;
    padding-top: 5px;
    width:920px;
    margin-bottom: 10px;
}

h1.main{
    font-size: 24px;
    line-height: 100%;
    color:#000;
    padding: 0;
    font-weight:300;
    text-transform: uppercase;
    margin-bottom:0px;
    margin-top: 10px;
}
/* end general styles */

/*Checkout */
.checkout_item_container{
    margin-top:20px;
    padding-bottom:15px;
    float:left;
    border-bottom:1px solid #8c8c8c;
    width:920px;
}
.checkout_item_container .tee_icon{
    width:200px;
    height:200px;
    border:1px solid #666;
    float:left;
    margin-right:25px;
}
.checkout_item_container .tee_icon img{
    display:block;
    margin:0 auto;
}
.checkout_item_container .inner_text{
   
    text-transform: uppercase;
    float:left;
    width: 400px;
}

.checkout_item_container .inner_right{
    float:right;
    line-height: 1.9em;
    font-weight:300;
    text-transform: uppercase;
}
.checkout_item_container .inner_cost{
    font-weight: 300;
    float:right;
    margin-top:40px;
}
.checkout_item_container .gift_wrap label{
    font-size:18px;
    float:right;
}

.checkout_item_container textarea{
    font-size:18px;
    text-align: right;
    resize: none;
    border:none;
    width:255px;

    height:100px;
    float:right;
    margin-right:3px;

}
.right{
    float:right;
}

.shipping_container{
    margin-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #4b4b4b;
    float:left;
    width:920px;
}
.shipping_container .inner_right{
    float:right;
    font-weight:300;
    text-transform: uppercase;
}
.shipping_container .inner_cost{
    font-weight: 300;
    float:right;
    margin-top:20px;
}
.shipping_container select{
    float:right;
    font-size: 14px;
    line-height: 16px;
}
.shipping_container label{
    float:left;
    margin-left:15px;
    line-height: 22px;
    margin-right:5px;

}
.billing_container{
    float:left;
    width:920px;
    margin-top:40px;
    padding-bottom:40px;
    border-bottom:1px solid #4b4b4b;
}
.billing_container p{
    margin:0;

    text-transform: uppercase;
}
.billing_container .inner_left{
    float:left;
    max-width:455px;
}
.billing_container .inner_right{
    float:right;
    max-width:455px;

}
.discount_container{
    margin-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #4b4b4b;
    width:920px;
    float:left;
}
.discount_container .inner_right{
    padding-bottom:20px;
    float:right;
    text-transform: uppercase;
}
.discount_container .inner_right.last{
    padding-bottom:0px;
    float:right;
}
.discount_item{
    
    width:231px;
    padding-left:4px;
    padding-right:4px;
    height:39px;
    float:left;

}
.discount_item input, input.roundedbox, select.roundedbox, textarea.roundedbox {
    font-size: 18px;
    height:30px;
    padding-left:2px;
    padding-right:2px;
    width:227px;
    padding-top:0px;
    float:left;
    background: none;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
    outline: none;
    border: 2px solid #5a5a5a;
    -moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	 background-color: #e6e6e6;
            /* Safari 4-5, Chrome 1-9 */
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e6e6e6));
            /* Safari 5.1, Chrome 10+ */
            background: -webkit-linear-gradient(top, #e6e6e6, #fefefe);
            /* Firefox 3.6+ */
            background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
            /* IE 10 */
            background: -ms-linear-gradient(top, #e6e6e6, #fefefe);
            /* Opera 11.10+ */
            background: -o-linear-gradient(top, #e6e6e6, #fefefe);
}

select.roundedbox 
{
    width: 235px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 32px;
}

textarea.roundedbox 
{
    height: auto;
}

.code_label{
    float:left;
}
.code_label label{
    line-height: 40px;
    font-size:18px;
    text-transform: uppercase;
    margin-right:10px;
    marign-right:8px;
    float:left;
}
.continue_container{
    float:left;
    width:920px;
    margin-top:20px;
}
.continue_container .inner_right{
    float:right;
    margin-bottom:20px;
}
.continue_container .inner_right.last{
    margin-bottom:0px;
}
.continue_container{
    text-transform: uppercase;
}
.continue_container .inner_right input{
    margin-left:15px;
    margin-right:5px;
    display: inline-block;
}

input[type=submit].extrabutton, a.extrabutton{
    padding-left:5px;
    padding-right:5px;
    border:0;    
    text-transform: uppercase;
    outline: none;
    background-color: #2b3a90;
            /* Safari 4-5, Chrome 1-9 */
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff4848), to(#990000));
            /* Safari 5.1, Chrome 10+ */
            background: -webkit-linear-gradient(top, #990000, #ff4848);
            /* Firefox 3.6+ */
            background: -moz-linear-gradient(top, #990000, #ff4848);
            /* IE 10 */
            background: -ms-linear-gradient(top, #990000, #ff4848);
            /* Opera 11.10+ */
            background: -o-linear-gradient(top, #990000, #ff4848);
    height:32px;
    line-height: 32px;
    font-size:14px;
    font-family: 'Muli', sans-serif;
    color:#fff;
    cursor:pointer;
    -moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius:4px;
	margin: 5px 0;
}

input[type=submit].extrabuttonred, a.extrabuttonred{
    padding-left:5px;
    padding-right:5px;
    border:0;
    
    text-transform: uppercase;
    outline: none;
    background-color: #cc0000;
            /* Safari 4-5, Chrome 1-9 */
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0033), to(#cc0000));
            /* Safari 5.1, Chrome 10+ */
            background: -webkit-linear-gradient(top, #cc0000, #ff0033);
            /* Firefox 3.6+ */
            background: -moz-linear-gradient(top, #cc0000, #ff0033);
            /* IE 10 */
            background: -ms-linear-gradient(top, #cc0000, #ff0033);
            /* Opera 11.10+ */
            background: -o-linear-gradient(top, #cc0000, #ff0033);
    height:32px;
    line-height: 32px;
    font-size:14px;
    font-family: 'Muli', sans-serif;
    color:#fff;
    cursor:pointer;
    -moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius:4px;
}

/*Induvidual Item*/
.focused_item_container{
    float:left;
    width:920px;
    margin-top:5px;
}
.focused_item_container .inner_col1{
    float:left;
    width:440px;

}
.focused_item_container .inner_col2{
    float:left;
    width:430px;
    margin-left:20px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #8c8c8c;
    padding: 0 10px 10px;

}
.focused_item_container .inner_big_image{
    border: 1px solid #8c8c8c;
    height:415px;
    width:435px;
    overflow:hidden;
    position:relative;
}
.focused_item_container .inner_desc{
    float:left;
    width:inherit;
    min-height:275px;
    margin-bottom:10px;
    border-bottom: 1px solid #8c8c8c;
    color:#363636;
}

.focused_item_container .inner_desc a {
    color: #0000cc;
    text-decoration: underline;
    }
.focused_item_container .inner_big_image .inner_search{
    position:absolute;
    bottom:10px;
    right:15px;
    z-index:1;
}
.focused_item_container .cost{
    margin-top:0px;
    margin-bottom:-5px;
    font-size: 30px;
    float:right;
}
.focused_item_container .basket{
    float:right;
    margin-top:7px;
    color:#407eb6;
    line-height: 35px;
}
.focused_item_container .basket:hover{
    color:#000;
}

.tozoom_prod{
    display:block;
    margin-top:5px;
    width:inherit;
    position:relative;
    height:inherit;

}
.tozoom{
   
    height:395px;
    width:inherit;
    margin:0 auto;
display: table-cell;
vertical-align: middle;
}


.tozoom img{
    padding:10px;
    padding-left:20px;
    
    width:395px;/*395*/
}

.tozoom_prod img{
    width:158px;
    height:158px;
    margin-left:67px;
    position: absolute;
    display: table-cell;
    position:absolute;
    
}

.other_angles{
    margin-top:15px;
}
.other_angles .inner_item{
    width:137px;
    height:137px;
    border:1px solid #999;
    float:left;
    margin-left:10px;
}
.other_angles .inner_item img{
    display:block;
    max-width:137px;
    max-height:137px;
    margin:0 auto;
}
.other_angles .inner_item.first{
    margin:0;
}

/* Buy widget bits */
.options{
    margin-bottom:3px;
    float:left;
}

.options select{
    width:50px;
    margin-top:12px;
    font-size: 14px;
}
.options select.first{
    margin-top:0;
}

/* filterbox */

.filterbox {

background-color: #3b3633;
color:yellow;
font-family: Nunito, sans-serif;
text-transform: uppercase;
font-size: 20px;
margin-top: 5px;
margin-left: 3px;
border-color: #3b3633;
font-weight: 300;
}
.filterbox option:not(:checked) { color: #fff; }

/* End T-Shirt Grill CSS */

/*  style_extended */
/*Extra Styles*/
.bold_reg{
    font-weight: bold;
    margin-left:5px;
    font-size:18px;
    text-transform: uppercase;
    margin-top:10px;
    margin-bottom:15px;
    font-family: 'Muli', sans-serif;
    float:left;
}
.register_indent{
    float:left;
    margin-left:100px;
}
.reg_section{
    margin-bottom:5px;
    float:left;
    text-transform: uppercase;
    color:#000;
    font-size: 16px;
}
.reg_section .inner_left{
    width:261px;
    padding-left:4px;
    padding-right:4px;
   
    float:left;
    text-transform: inherit;
    color:#000;
    font-size:inherit;
}
.reg_section .inner_right{
    background-image: url('../images/register_item.png');
    width:201px;
    padding-left:4px;
    padding-right:4px;

    float:left;
    text-transform: inherit;
    color:#5a5a5a;
    font-size:inherit;
}
.reg_section label{
    font-size: 18px;
    height:30px;
    padding-left:2px;
    padding-right:2px;
    border:0;
    line-height: 35px;
    float:left;
    background: none;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
}
.reg_section input, .voucher_group input{
    font-size: 18px;
    height:30px;
    padding-left:2px;
    padding-right:2px;
    width:267px;
    padding-top:0px;
    float:left;
    background: none;
    text-transform: none;
    color:inherit;
    font-size:inherit;
    outline: none;
    border: 2px solid #5a5a5a;
    -moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	 background-color: #e6e6e6;
            /* Safari 4-5, Chrome 1-9 */
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e6e6e6));
            /* Safari 5.1, Chrome 10+ */
            background: -webkit-linear-gradient(top, #e6e6e6, #fefefe);
            /* Firefox 3.6+ */
            background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
            /* IE 10 */
            background: -ms-linear-gradient(top, #e6e6e6, #fefefe);
            /* Opera 11.10+ */
            background: -o-linear-gradient(top, #e6e6e6, #fefefe);
}

.reg_section textarea {
    border: 2px solid #5a5a5a;
      width: 267px !important;
    -moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	 background-color: #e6e6e6;
            /* Safari 4-5, Chrome 1-9 */
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e6e6e6));
            /* Safari 5.1, Chrome 10+ */
            background: -webkit-linear-gradient(top, #e6e6e6, #fefefe);
            /* Firefox 3.6+ */
            background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
            /* IE 10 */
            background: -ms-linear-gradient(top, #e6e6e6, #fefefe);
            /* Opera 11.10+ */
            background: -o-linear-gradient(top, #e6e6e6, #fefefe);
            font-family: 'Nunito', sans-serif;
font-weight: 300;
font-size: 16px;
text-transform: none;
}
.submit_section{
    float:left;
    margin-top:10px;
    margin-bottom:20px;
    text-transform: uppercase;
}
/*
.submit_section input[type=submit]{
    padding-left:2px;
    padding-right:2px;
    border:0;
    float:left;
    text-transform: inherit;
    outline: none;
    background-image: url('../images/register_button.png');
    width:172px;
    height:46px;
    padding-top: 2px;
    line-height: 46px;
    font-size:24px;
    font-family: 'Muli', sans-serif;
    color:#fff;
}
*/
.submit_section_voucher{
    float:left;
    margin-top:10px;
    margin-bottom:80px;
    text-transform: uppercase;
}
/*
.submit_section_voucher input[type=submit]{
    padding-left:2px;
    padding-right:2px;
    border:0;
    float:left;
    text-transform: inherit;
    outline: none;
    background-image: url('../images/register_button.png');
    width:172px;
    height:46px;
    line-height: 46px;
    font-size:18px;
    font-family: 'Muli', sans-serif;
    color:#fff;
}
*/
.reg_section select, .voucher_group select{
    font-size: 18px;
    height:37px;
    width:273px;
    padding:2px 5px;
    margin-bottom: 1px;
    background: none;
    line-height: 40px;
    text-transform: none;
    color:inherit;
    font-size:inherit;
    outline: none;
    border: 2px solid #5a5a5a;
    -moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	 background-color: #e6e6e6;
            /* Safari 4-5, Chrome 1-9 */
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e6e6e6));
            /* Safari 5.1, Chrome 10+ */
            background: -webkit-linear-gradient(top, #e6e6e6, #fefefe);
            /* Firefox 3.6+ */
            background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
            /* IE 10 */
            background: -ms-linear-gradient(top, #e6e6e6, #fefefe);
            /* Opera 11.10+ */
            background: -o-linear-gradient(top, #e6e6e6, #fefefe);
}


            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e6e6e6));
            /* Safari 5.1, Chrome 10+ */
            background: -webkit-linear-gradient(top, #e6e6e6, #fefefe);
            /* Firefox 3.6+ */
            background: -moz-linear-gradient(top, #e6e6e6, #fefefe);
            /* IE 10 */
            background: -ms-linear-gradient(top, #e6e6e6, #fefefe);
            /* Opera 11.10+ */
            background: -o-linear-gradient(top, #e6e6e6, #fefefe);
}


.campaign_letter{
    margin-top:15px;
    margin-bottom:5px;
    float:left;
    text-transform: uppercase;
    color:#000;
    font-size: 15px;
    line-height: 26px;
}
.campaign_letter .inner_left{
    padding-left:4px;
    padding-right:4px;
    height:35px;
    float:left;
    text-transform: inherit;
    color:#000;
    margin-right:0px;
    font-size:inherit;
}
.campaign_letter .inner_right{
    padding-left:4px;
    padding-right:4px;
    height:35px;
    float:left;
    text-transform: inherit;
    color:#5a5a5a;
    font-size:inherit;
}
.campaign_letter input[type=checkbox]{
    margin-top:5px;
    float:left;
}
.reg_start{
    padding-left:5px;
    margin-bottom:50px;
    margin-top:28px;
    float:left;
    font-size: inherit;
    text-transform: uppercase;
}






.voucher_group{
    width:880px;
}
.voucher_section{
    margin-bottom:5px;
    float:left;
    text-transform: uppercase;
    color:#000;
    font-size: 16px;
}
.voucher_section .inner_left{
    width:270px;
    height:35px;
    float:left;
    text-transform: inherit;
    color:#000;
    font-size:inherit;
}
.voucher_section .inner_right{
    background-image: url('../images/register_item.png');
    width:301px;
    padding-left:4px;
    padding-right:4px;
    float:left;
    text-transform: inherit;
    color:#5a5a5a;
    font-size:inherit;
}
.voucher_section label{
    font-size: 18px;
    height:30px;
    border:0;
    line-height: 35px;
    float:left;
    background: none;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
}
/*
.voucher_section input{
    font-size: 18px;
    height:30px;
    padding-left:2px;
    padding-right:2px;
    width:227px;
    border:0;
    padding-top:3px;
    float:left;
    background: none;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
    outline: none;
}
*/

/*
.voucher_section select{
    font-size: 18px;
    height:30px;
    padding-left:0px;
    padding-right:2px;
    width:204px;
    border:0;
    padding-top:5px;
    float:left;
    background: none;
    line-height: 30px;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
    outline: none;
}
*/

.voucher_check{
    margin-bottom:5px;
    float:left;
    text-transform: uppercase;
    color:#000;
    font-size: 16px;
}

.voucher_check .inner_left{
    width:261px;
    padding-left:4px;
    padding-right:4px;
    height:35px;
    float:left;
    text-transform: inherit;
    color:#000;
    font-size:inherit;
}
.voucher_check .inner_right{
    width:201px;
    padding-left:4px;
    padding-right:4px;
    height:35px;
    float:left;
    text-transform: inherit;
    color:#5a5a5a;
    font-size:inherit;
}
.voucher_check label{
    font-size: 18px;
    height:30px;
    padding-left:2px;
    padding-right:2px;
    border:0;
    padding-top:6px;
    float:left;
    background: none;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
}
.voucher_check input[type=checkbox]{
    font-size: 18px;
    height:30px;
    padding-left:2px;
    padding-right:2px;
    border:0;
    padding-top:2px;
    float:left;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
    outline: none;
}

.voucher_check input[type=radio]{
    font-size: 18px;
    height:25px;
    padding-left:2px;
    padding-right:2px;
    border:0;
    padding-top:0px;
    float:left;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
    outline: none;
}

.voucher_check select{
    font-size: 18px;
    height:30px;
    padding-left:0px;
    padding-right:2px;
    width:200px;
    border:0;
    padding-top:5px;
    float:left;
    background: none;
    line-height: 30px;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
    outline: none;
}

.blue_line{
    width:inherit;
    margin-top:25px;
    padding-bottom:20px;
    border-top:1px solid #00539e;
}
.prod_line{
    border-bottom: 1px #00539e solid;
    margin-top:3px;
    margin-bottom:12px;
}
.prod_line.first{
    border-bottom: 1px #00539e solid;
    margin-top:5px;
    margin-bottom:20px;
}
.payment{
    margin-top:17px;
    font-size: 18px;
}
.payment_inner_container{
    text-transform: uppercase;
}
.payment_inner_container .inner_col{
    float:left;
    margin-right:5px;
}
.payment_inner_container .inner_col.type1{
    width:320px;
}
.payment_inner_container .inner_col.type2{
    width:115px;
}
.payment_inner_container .inner_col.type3{
    width:180px;
}
.payment_inner_container .inner_col.type4{
    width:129px;
}
.payment_inner_container .inner_col.type5{
    width:151px;
    margin-right:0px;
}
.payment_information{
    float:right;
    margin-right:98px;
    margin-top:5px;
    margin-bottom:5px;
    font-size: 18px;
    text-transform: uppercase;
}
.payment_information .inner_left{
    float:left;
    width:500px;
    margin-right:5px;
    margin-top:7px;
    margin-bottom:7px;
    text-align: right;
    line-height: 20px;
}
.payment_information .inner_right{
    float:right;
    margin-top:7px;
    margin-bottom:7px;
    color: #00529e;
    text-align: right;
    line-height: 20px;
}
.bold{
    font-weight: 700;
}
.paypal{
    float:right;
    margin-top:6px;
    margin-bottom:60px;
    margin-right:89px;
}
.paypal img{
    display:block;
}

.login{
    margin-top:67px;
    font-size: 18px;
}
.login_container{
    float:left;
    text-transform: uppercase;
    color:#373737;
    font-size: 18px;
}
.login .inner_left{
    padding-right:4px;
    height:35px;
    margin-right:10px;
    float:left;
    text-transform: inherit;
    font-size:inherit;
}
.login .inner_right{
    background-image: url('../images/register_item.png');
    width:201px;
    margin-right:10px;
    padding-left:4px;
    padding-right:4px;
    height:35px;
    float:left;
    text-transform: inherit;
    font-size:inherit;
}
.login label{
    font-size: 18px;
    height:30px;
    line-height: 35px;
    border:0;
    float:left;
    background: none;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
}
.login input[type=text],.login input[type=password]{
    font-size: 18px;
    height:30px;
    padding-left:2px;
    padding-right:2px;
    width:227px;
    border:0;
    padding-top:3px;
    float:left;
    background: none;
    text-transform: inherit;
    color:inherit;
    font-size:inherit;
    outline: none;
}
.login input[type=submit]{
    padding-left:2px;
    padding-right:2px;
    cursor: pointer;
    border:0;
    float:left;
    text-transform: uppercase;
    outline: none;
    background-image: url('../images/login.png');
    width:89px;
    height:35px;
    color:#fff;
    padding-top: 0px;
    margin-top:-1px;
    line-height: 35px;
    font-size:18px;
    font-family: 'Muli', sans-serif;
    color:#fff;
}
.no_acc{
    margin-top:40px;
    margin-bottom:60px;
    text-transform: uppercase;
}
.no_acc a{
    color:#00539e;
}
.general_text_container{
    float:left;
    width:920px;
    margin-top:5px;
}
.general_text_container img{
    display:block;
}
.general_text_container p{
    margin-top:25px;
}
.discount_item input{
    outline: none;
}
/* end style_extended */

/* Product page tabs */
 ul.producttabs 
    {
        padding-left: 0px;
        margin-bottom: 5px;
        margin-top: 0px;
        height: 37px;
        width: 450px;
        background-color: #3b3633;
        margin-left: -11px;
    }
    
    ul.producttabs li 
    {
        display: inline;
        float: left;
    }
   ul.producttabs li a
   {
       display: block;
       margin: 0px 0px 0px 0px;
       padding: 9px 20px;
       font-weight: bold;
       background-color: #3b3633;
    font-size:14px;
    color:#fff;
    cursor:pointer;

   }
   ul.producttabs li a.selected 
   {
       background-color: #fff;
        color: #000;
   }


/* end product page tabs */

a.viewbasket 
{
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
img.basketimage 
{
    display: block; float: left;
    margin-right: 5px;
}
a.viewbasket .number 
{
    position:absolute;
    left: -16px;
top: -8px;
width: 16px;
height: 16px;
color: #fff;
background-color: #c00;
-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius:8px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
}

/* Team member page */

img.teammember {
    width: 150px;
    margin-right: 10px;
    float: left;
}

div.biog {
    float: right;
    width: 680px;
    }
    
img.eventthumb {
    width: 250px;
    margin-right: 10px;
    float: left;
}

div.eventtext {
    float: right;
    width: 580px;
    }
    
div.eventsummary {
    float: right;
    width: 630px;
}

div.eventsummaryitem {
    padding: 10px 0;
    border-bottom: 1px solid black;
}

img.detailimage {
    display: block;
    margin: 0 0 10px 10px;
}

div.detailimageholder {
    float: right;
    width: 410px;
}

div.gallerythumbholder {

}

div.gallerythumbholder img {
    float: left;
}

a.summarylink {
    color: #009;
    font-weight: bold;
}

img.gallerythumbimage {
    display: block;
    margin: 0 0 10px 10px;
}