/* =--------------RESET----------------------= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}
body {
	line-height: 1.5;
    background: rgb(0,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJlYjdmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjU1NzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(46,183,242,1) 23%, rgba(22,85,112,1) 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(23%,rgba(46,183,242,1)), color-stop(70%,rgba(22,85,112,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(46,183,242,1) 23%,rgba(22,85,112,1) 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(46,183,242,1) 23%,rgba(22,85,112,1) 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(46,183,242,1) 23%,rgba(22,85,112,1) 70%); /* IE10+ */
background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(46,183,242,1) 23%,rgba(22,85,112,1) 70%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#165570',GradientType=0 ); /* IE6-8 */
overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =---------------Custom Styles ----------------------------------------------------------=*/

body {
	font-family: 'Open Sans', sans-serif;
    color:#080c59;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    color:#080c59;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 38px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

h3 {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

h4 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h6 {
    font-size: 17px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

a {
    text-decoration: underline;
    color:#080c59;
}

a:hover {
    color: #444444;
}

p {
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.container {
    width: 940px;
    margin: 0 auto;
}

.clr {
    clear: both;
}

.left {
    float: left;
    margin: 0 10px 0 0;
}

.right{
    float:right;
    margin:0 0 0 10px;
}

strong {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

em {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}





/*=----------------HEADER----------------------------------------------------------------------=*/

#logo {
    float: left;
}

#logo h1 {
    text-indent: -9999px;
}

#logo h1 a {
    display: block;
    background: url(../images/logo.png) top left no-repeat;
    height: 160px;
    width: 530px;
    margin-top:10px;
}

#nav  {
    float: right;

}

#nav ul {
    float: right;
    
}

#nav ul li {
    float: left;
    margin:0 31px;
}        

#nav ul li.item-101 {
    margin-left:0px;
}

#nav ul li.item-126 {
    margin-right:0px;
}

#nav ul li.item-154 + li.item-124{
	display:none;
}

#nav ul li a {
    color: #fff;
    font-size: 20px;
    font-family: 'Paytone One', Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-shadow:-1px -1px #333,1px -1px #333,1px 1px #333, -1px 1px #333;
    letter-spacing: 4px;;
    text-decoration: none;
    
}

#nav ul li a:hover, #nav ul li a:active{
  color:#0082D6; 
  /*text-shadow:1px 1px 0 #333333, 1px 1px 0 #333333, -1px -1px 0 #333333, -1px -1px 0 #333333; */
}

#topMenu{
    width:325px;
    float:right;
    margin-top:35px;
}

#topMenu ul, #topMenu #form-login-remember, #topMenu label{
    display:none;
}

#topMenu p{
    float:left;
    margin:0 5px;
}
#topMenu input.button{
    display:block;
      background:url('../images/login.png') no-repeat;
    width:120px;
    cursor:pointer; 
    margin-top:10px;
    float:right; 
}

#topMenu .logout-button input.button{
    background:url('../images/logout.png') no-repeat; 
    float:left;
    margin-left:20px;
}

#topMenu input.inputbox{
    width:140px;
      background:rgb(255,255,255);
    background:rgba(255,255,255,.5);
}


.textright{
    text-align:right;
}

.textcenter{
    text-align:center;
    clear:both;
}

.login-greeting {
    color:#fff;
    font-size:18px;
    float:left;
}

#topMenu .socialicons{
    left:5px;
}

.socialicons{
    float:left;
    position:relative;
    top:-30px;
    left:70px;
}

.socialicons img{
    float:left;
    margin-right:5px;
}

#home #header{
    margin-top:-20px;
}

/*========================================================= FEATURE ========================*/

#feature{
    margin-top:20px;
}

#feat1{
    background:#fff;
    border-radius:10px;
    padding:20px 5px 5px 5px;
    box-shadow: 4px 4px 5px rgba(0,0,0,.35);
}

#fpssContainer93.fpss-template-simple{
    padding:0px;
    border:none;
}

#fpssContainer93.fpss-template-simple div.navigation-wrapper{
    background:none;
}

.fpss-template-simple ul.navigation{
    background:none;
}

.fpss-template-simple ul.navigation li{
    background:url('../images/rotbut.png') no-repeat;
    border:none;
    width:25px;
    margin:5px 5px 0;
}

.fpss-template-simple ul.navigation li.active{
    background:url('../images/active_rotbut.png') no-repeat;
    border:none;
}

  .fpss-template-simple ul.navigation li.active a{
      border:none;
      color:#454646;
  }
 
 .fpss-template-simple  ul.navigation li.active, .fpss-template-simple  ul.navigation li:hover, .fpss-template-simple div.navigation-background{
     border:none;
 }
 
.fpss-template-simple ul.navigation li.navigation-previous, .fpss-template-simple ul.navigation li.navigation-next {
     display:none;
 }
 
 .fpss-template-simple  ul.navigation li:hover a{
    color:#454646; 
 }
 
 .fpss-template-simple ul.navigation li.navigation-control{
     display:none;
 }
  

.fpss-template-simple ul.navigation li a{
    color: #238bc8; 
    width:25px;
    height:23px;
    margin:1px 0 0 -1px;
}

#fpssContainer93.fpss-template-simple .slides-wrapper .slides .slide .slidetext{
    width:100%;
    background-image:none;

}

#fpssContainer93.fpss-template-simple .slides-wrapper .slides .slide .slidetext a{
    text-decoration: none;
    font-family:arial,helvetica,sans-serif;
    font-size:24px;
    font-weight:700;
    line-height:39px;
}

#fpssContainer93.fpss-template-simple div.navigation-wrapper{
    border-top:0px;
}


/*========================================================= Sub FEATURE ====================*/

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


#home #mainContent{
    padding:20px 0 0;
}

#mainContent h3{
    font-family:'Ubuntu', Arial, Helvetica, sans-serif;
}

#mainContent{
    font-family: 'Open Sans', sans-serif;
}

input{
    padding:6px 6px;
    border-radius:5px;
    border:none;
}

#feat1 .moduletable{
     margin:0px;
     padding:0px;
}

  img.headbg {
        /* Set rules to fill background */
       
        min-width: 2000px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: absolute;
        top: 0;
        left: 0;
  z-index: -1;
}

@media screen and (max-width: 2000px) { /* Specific to this particular image */
        img.headbg {
                left: 50%;
                margin-left: -1000px;   /* 50% */
        }
}


  img.fishbubb {
        /* Set rules to fill background */
       
        min-width: 2000px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        margin-top:140px;
        position: absolute;
        top: 0;
        left: 0;
  z-index: -1;
}

@media screen and (max-width: 2000px) { /* Specific to this particular image */
        img.fishbubb {
                left: 50%;
                margin-left: -1020px;   /* 50% */
        }
}


#mainContent img{
    border:2px solid #fff;
    box-shadow: 0px 0px 3px #3e3e3e;
    margin-top:4px;
}

.featspec h3{
    margin-bottom:0px;
}

.featspec > img{
    margin-right: 10px;
}

#how-to-order #theContent label{
      display:none;
}

#how-to-order #theContent input.inputbox{
    width:200px;
}

#how-to-order #theContent form#login-form ul li{
   display:block;
   
}

#how-to-order #theContent ul {
    float:right;
}

#how-to-order #theContent #form-login-remember{
    display:none;
}

#mainContent img[alt="Blog"],#mainContent img[alt="Facebook"]{
    box-shadow:0px 0px #fff;
}

#mainContent .socialicons{
  display:none;
}

fieldset.userdata{
    text-align:center;
}

#how-to-order #theContent .button{
    width:190px;
    background: url("../images/login2.png") no-repeat scroll 0 0 transparent;
    float:left;
    margin-left:67px;

}

#mainContent a[href="/staging/seaandreef.com/index.php?option=com_users&view=registration"]{
    display:none;
}

#how-to-order #theContent ul li a{
    font-size:14px;

}

#how-to-order #theContent ul{
    margin:0 auto;
    position:relative;
    top:-37px;
    right:72px;
        line-height:1.25;
    
    
}
/*========================================================= PRE FOOTER ======================*/

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

#footer{
    background:url('../images/sea_floor.png') no-repeat bottom left;
    padding-bottom: 39px;
}

#footer3 a{
    text-decoration: none;
    display:block;
}     

#footer3 p a{
    text-decoration: underline;
    display:inline;
}

#footer3 img{
    margin-bottom:15px;
}

#footer1 .moduletable{
    height: 220px;
}

#footer2 .moduletable{
    height: 220px;
}

#footer3 .moduletable{
    height: 220px;
}

/*========================================================== COPYRIGHT =======================*/

#copyright{
   background:url('../images/footer_bg.png') repeat-x; 
}

#copy a{
    text-decoration:none;
}

/*===================================BLOG===================*/

#aside .tomato > div{
    display:none;
}

 #aside .moduletable div a, #aside ul.latestnews li a, #wrapper #aside li:first-child a{
    border-bottom:1px solid #d1d1d1;
    padding-bottom:10px;
    margin-top:7px;
    display:block;
}

 #aside .moduletable div.tomato a:last-child, #aside ul.latestnews li a:last-child{
    border-bottom:none;
}

.moduletable.blog h3{
    display:none
}

.moduletable.blog h3.display{
    display:block;
    
}

.display a{
    text-decoration: none;
}

.rsb_options{
    display:none;
}

#rsblog .default_post_content p{
    font-family: 'Open Sans', sans-serif;
}

#rsblog h3{
    margin-bottom:10px;
}

.default_calendar{
    background:none;
    padding-left:0px;
    margin-bottom:20px;
    display:block;
}

#rsblog{
    margin-top:20px;
}

/*=============CONTACT US=======================*/


#contact #aside{
    display:none;
}

.contactpage {
    margin: 20px 0 30px;
    
}

#contactflorm, #contactInfo {
    width: 439px;
    float: left;
}

#contactInfo h4 {
    margin: 0;
}

#contactInfo {
    border-left: 1px solid #e3e3e3;
    padding: 0 0 0 20px;
}


 #theContent input[type="text"],#theContent input[type="password"], textarea{
    background:#fff;
    color: #080C59;
    border-radius:5px;
    box-shadow: inset 0px 0px 2px #3e3e3e;
    font-size:16px;
    border:none;
}

 #theContent input {
    font-size: 16px;
    width: 400px;
    height: 36px;
    padding: 0 0 0 10px;
    margin:15px 0 0 0;
    font-family: 'Open Sans', sans-serif;

}



#contact textarea {
    font-size: 16px;
    width: 400px;
    padding: 10px 0 0 10px;
    margin:15px 0 0 0;
    font-family: 'Open Sans', sans-serif;
}

#contact #theContent {
    width: 940px;
    border: none;
}

#contact #theContent input#Send{
    width:118px;
    height:29px;
    border-radius:3px;
    padding-left:0px;
    cursor:pointer;
    background:url('../images/reg_button.png')  no-repeat;
    color: #080C59;
}

#contact .blog h2{
    display:none;
}

#contact .contactpage h2{
    display:block;
}

#blog #imgfeat{
    display:none;
}

#blog #default_header{
    background:none;
    border-bottom:1px solid #E3E3E3;
    display:block;
    padding:15px 15px 0 0;
    margin-bottom:0px;
    width:565px;
}

#blog #default_header h1{
    font-size:29px !important; 
    color:#080C59 !important;
} 


/*===========SIDEBAR===================*/


/*========================HIKASHOP==========================*/

.browse-view .product img{
    width:200px;
}

.products .orderby-displaynumber, .products .browse-view .product_s_desc, .products .browse-view span.contentpagetitle, .products .browse-view .width70 p, .icons, .main-image,  .products .spacer-buy-area, .customer-reviews {
    display:none;
}

.browse-view .width30, .additional-images img{
    width:100%;
}

.additional-images{
    width:350px;
}

 .browse-view .width70{
     text-align:center;
     width:99%;
 }

 
.browse-view h1{
    font-size:29px;
    font-weight:900;
    border-bottom:1px solid #E3E3E3;
    width:900px;
    margin-bottom:20px;
} 

.category-view, .browse-view{
    width:900px;
}


.productdetails-view .product-short-description{
    float:right;
    padding-top:20px;
    width:210px;
}

.productdetails-view .product-description{
    size: 3;
    font-size: small;
}

.product-short-description p{
    margin-bottom:0px;
}

span.title{
    font-size:18px;
    margin-top:30px;
    margin-bottom:4px;
}


.productdetails-view h1{
    font-size:26px;
}

.recommendedproducts{
    float:left;
    margin-top:45px;
}

.recommendedproducts .width33{
    width:80px;
    margin:8px;
}

.recommendedproducts .width33 img{
    width:80px;
    max-height:52px;
}

.recommendedproducts .width33 a{
    display:none;
}

.recommendedproducts .width33 a[title]{
    display:block;
}

.productdetails-view{
    margin: 0 20px 0 0;
    width:580px;
    float:left;
}


.products #theContent{
    width:900px;
}

.products .browse-view  .product form{
    display:none;
}

#bottom-pagination{
    margin-top:20px;
}

#bottom-pagination li{
    margin-right:10px;
}

.products .product-col-info{
    display:none;
}

.products .productdetails-view .spacer-buy-area{
    display:none;
}

.products .browse-view + .recommendedproducts, .shop .category-view + .recommendedproducts, .shop .category-view + .browse-view + .recommendedproducts{
    display:none;
}                                 

.products #theContent, .shop #theContent{
    min-height:500px;  
}

/*===============REGISTERED SHOP======================*/

.shop .product{
    float:none;
}

.shop .product img, .shop .product .product-details{
    display:none;
}

img[alt="Edit"]{
    display:none;
}

.shop .product .quantity-input{
    width:40px !important;
    text-align: center !important;
    padding-left:0px !important;
}

.shop .product .addtocart-button{
    width:120px !important;
    padding-left:0px !important;
    text-align: center !important;
}

.shop .product .addtocart-button input{
    margin-top:20px !important;
}

.shop .product .quantity-controls input{
    width:15px !important;
    margin-top:0px !important;
    height:25px !important;
}

.shop .product .quantity-controls{
margin:17px 10px 0 10px !important;
}

.shop .product .width70 h2, .shop .product .width70 p{
    float:left;
}

.shop .product .width70 .product-price{
    float:right;
    margin-right:40px;
}

.shop .product .width70 h2, .shop .item-sku, .shop .product .width70 .product-price{
    margin-top:25px;
}

.shop .product form{
    float:right;
    width:200px;
}

.shop .product {
    width:600px;
}

.shop .product .product_s_desc{
    display:none;
}

.shop .item-sku{
    float:left;
    font-size:16px;
    margin-right:20px;
    color:#080C59;
    font-weight:400;
}

.products .item-sku{
    display:none;
}

.shop .product .width70 p strong{
    display:none;
}

.shop .product{
      border-bottom:1px solid #E3E3E3;
}

.shop .product .width70 .product{
      border-bottom:none;
}

.shop .product-price span{
    font-size:16px;
    color:#080C59;
    margin-left:20px;
    font-weight:400;
}

.shop .orderby-displaynumber{
    display:none;
}

.shop strong.horizontal-separator{
    display:none;
}

.product-col-info{
  border-bottom:2px solid #080C59;  
  overflow:hidden;
  width:600px;
}

.product-col-info li{
  float:left;
  margin-right:40px;
  font-weight:700;
  font-size:18px;
}

.product-col-info .sku-col{
    margin-left:10px;
}

.product-col-info .name-col{
    margin-left:10px;
}

.product-col-info .price-col{
    margin-left:205px;
}

.product-col-info .qty-col{
    margin-left:10px;
}

.item-sku{
    display:none;
}

.shop .product .width70 h2 + p + p{
    display:none;
}

.shop .browse-view .horizontal-separator{
    display:none;
}

.shop .browse-view{
    width:600px;
    float:left;
}

.shop #theContent{
    width:900px;
    padding-right:0px;
}

/*===============CART=================*/

.shop .recommendedproducts {
    margin-top:77px;
}

.shop .recommendedproducts .container{
    width:250px;    
    border-radius:0px;
    box-shadow:none;  
    padding:0px 0px 10px 0px; 
}

.shop .recommendedproducts fieldset{
    /*padding:10px;
    margin-left:20px;*/
}


/*=============LOGGED IN==================*/

  #topMenu{
      position:relative;
  }
  
  .socialicons{
      position:absolute;
      bottom:0px;
      top:38px;
  }
  
  .login-greeting{
      padding-top:8px;
  }

  
/*===============VIRTUEMART====================*/

.cart-view #form-login{
    display:none;
}  

.width50 .continue_link{
    display:none;
}

#theContent .inline input{
    width:30px;
}

#theContent .inline input[name="update"]{
    position:relative;
    top:6px;
    left:5px;
}

.vm2-remove_from_cart{
    top:-7px;
}
  
/*===========MIS==========================*/
#aside .moduletable{
    margin-bottom:30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

#aside .moduletable:last-child{
    border-bottom: none;
}

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

body#home{
    padding-top:20px;
}

#nav ul li{
     margin:0 31px;
}

#nav{
    width:940px;
}

   
}


.nomargin{
    margin-bottom:0px;
}

.margin15{
    margin-bottom:15px;
}

#theContent .noshadow{
    box-shadow: none;
    margin-left:3px;
    margin-bottom:-2px;
}

#default .login #username{
    margin-left:20px;
}

#default .login #password{
    margin-left:30px;
}

#default .login button{
    margin-top:20px;
    margin-bottom:15px;
}

.category-view .row .category .spacer h2 a{
    font-size:18px;
}

.recommendedproducts fieldset{
    border:1px solid #008ADF;
    padding-right:4px;
}

.recommendedproducts fieldset legend{
    margin-left:8px;
    font-size:18px;
    font-weight:700;
}

.itp-sharepoint{
    display:block !important;    
}

.itp-sharepoint-tw{
    float:left;
    margin:0 15px 0 0;
}

.itp-sharepoint-fbl{
    float:left;
    margin: 0 15px;
}

.rsb_module_recent a:last-child{
    border: none !important;
}

.rsb_module_recent  a{
    display: block;
}

.default_post{
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1; 
}

#tos-box{
    position: absolute;
    right: 0px;
    top: -22px;
    font-size: 12px;
}

#tos-box a{
    color: whitesmoke;
}

#tos-box a:hover{
    color: #080C59;
}

#aside .moduletable h3 a{
}

#aside .moduletable h3 a:hover{
    color: #0082D6;
    -webkit-text-stroke: 1px black;
}

#aside .moduletable ul.latestnews:before{
    font-size: 16px;
    content: 'Learn About Our Research';
}

#about-us p.leading-0:last-child{
    margin-bottom: 120px;
}

#topMenu input.button, #how-to-order input.button{
    font-size: 0;
    height: 28px;
}

#footer .moduletable{
    position: relative;
}

.abs-left{
    position: absolute;
    bottom: 12px;
    left: 15px;
}

.sp-height{
    height: 54px;
}

#about-us .leading-0{
    text-align: justify;
}

#about-us #about-blurb {
    width: 900px;
    
    text-align: justify;
}

.item-page{
    text-align: justify;
}

::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder {  
   color: black;  
}

.products a{
    text-decoration: none;
}

.social-btns-blog{
    margin-top: 15px;
}

#aside .moduletable{
    border-bottom:none;
}

.picCaption{
    width:310px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}


#rsblog *{
    font-family: 'Open Sans',sans-serif;
}

#research #theContent h2{
    text-align: left;
    width:900px;
}

#footer3 .clr{
      height:0px;
}

.default_calendar{
    font-size:14px;
    color:#666;
}

/************ Place Order ***********/
#place-order .browse-view{
	margin: 0 20px 0 0;
	width: 580px;
	float: left;
}

#place-order .category-view{
	display: none;
}

#place-order .browse-view .width30 {
	width: 30%;
	display: none;
}

#place-order .browse-view .width70{
	position: relative;
    text-align: left;
	width: 100%;
 }
 
 #place-order .spacer img{
	 width: 100px;
 }
 
 #place-order #theContent span.addtocart-button input.addtocart-button {
    background:#279dcf;   
    border-top:1px solid #2db4ee;
    border-bottom:1px solid #1b6a8b;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    border-radius: 0;
	padding: 5px 15px;
	width: auto !important;
} 

 #place-order #theContent span.addtocart-button input.addtocart-bar {
	 width: 100%;
 }

#place-order #theContent .browse-view input{
	font-size: 12px;
	width: 15px;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

#place-order #theContent span.quantity-box{
	float: none;
}

#place-order #theContent span.quantity-box input {
	margin: 0;
	position: relative;
	width: 30px;
	height: 30px;
	float: none;
}

#place-order #theContent span.quantity-controls{
	float: none !important;
	margin-right: 10px;
}

#place-order #theContent span.quantity-controls input{
	cursor: pointer;
}

#place-order span.addtocart-button{
	width: auto;
	float: right;
	margin: 0;
}

#place-order .product-price{
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
}

#place-order .product-price span.PricesalesPrice{
	font-size: 16px;
}

#place-order .browse-view .spacer .width70 h2{
	display: inline-block;
}

#place-order .browse-view .cat-header{
	margin: 30px 0;
}

#place-order .browse-view div.cat-header:first-child{
	margin: 0 !important;
}

#place-order .browse-view .product form{
	display: inline-block;
	float: right;
}

#place-order .side-cart{
	margin-top: 50px;
}

#place-order .browse-view .addtocart-bar{
	width: 320px;
	display: inline-block;
	text-align: right;
}

#place-order .browse-view img{
	width: auto !important;
	height: auto !important;
}

#place-order div.side-cart div.vm_cart_products > .container{
	width: 250px !important;
	border-radius:0px !important;
    box-shadow:none !important;  
    padding:0px 0px 10px 0px !important; 
}

#place-order .side-cart fieldset{
	border: 1px solid #008ADF;
	padding-right: 4px;
}

#place-order .side-cart fieldset legend{
	margin-left: 8px;
	font-size: 18px;
	font-weight: 700;
}

#place-order #mainContent .browse-view .width70 img{
	box-shadow: none !important;
}

#place-order #theContent{
	width: 100% !important;
}

#topMenu p.place-order-link{
	display: inline-block;
	float: none;
	padding-left: 10px;
	margin-left: 80px;
}

#topMenu p.place-order-link a{
	color: #FFF;
}

body.cart-view #theContent{
	width: 100%;
}

#theContent input.button{
	display: block;
	cursor: pointer;
}

#theContent table.adminform label{
	display: block;
	width: 160px;
}

#theContent select{
	font-size: 16px;
	width: 410px;
	height: 36px;
	padding: 0 0 0 10px;
	margin: 15px 0 0 0;
	font-family: 'Open Sans', sans-serif;
}


.vendor-store-desc, .category-view, .featured-view, .latest-view, .topten-view, .related-products-view, .browse-view, .order-view {
    margin-bottom: 25px;
}

output-billto span.values, .output-shipto span.values, .floatleft, span.floatleft {
    float: left;
}
.width33 {
    width: 33%;
}
.floatleft, span.floatleft {
    float: left;
}
.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
    padding: 6px;
}
.category-view .row .category .spacer h2 {
    margin: 0;
    padding: 0;
}
.category-view .row .category .spacer h2 a {
    display: block;
    text-align: center;
	text-decoration: none;
}
.category-view .row .category .spacer h2 a img {
    height: auto;
    max-width: 100%;
}

.checkout-button-top {
	margin-left: 150px;
    width: 600px;
}

.checkout-button-top input {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    height: 13px !important;
    margin: 15px 0 0;
    padding: 0 0 0 10px;
    width: 13px !important;
}

#theContent .addtocart-bar input.quantity-input.js-recalculate {
    width: 30px;
	margin-top: 11px;
}

#theContent .addtocart-bar span.addtocart-button {
    float: left;
    margin: 0 0 0 10px;
    width: 130px;
}

#theContent .addtocart-bar input.addtocart-button {
	width: 130px;
}

#theContent .product .addtocart-bar input.quantity-controls {
    margin-left: 10px !important;
}

#theContent .addtocart-bar .js-recalculate input.quantity-controls {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    height: 14px;
    margin: 0 !important;
    padding: 0 0 0 10px;
    width: 14px;
}

.productdetails-view .addtocart-bar {
    margin: -10px 0 0 10px;
    padding: 0 0 0 0px;
}

span.quantity-controls {
    float: left;
    margin: 12px 0 0 15px;
    padding-top: 2px;
    width: 15px;
}


/******************WYSIWYG SECTION****************/
#wysiwyg-cat #theContent {
	width: 900px;
}

#wysiwyg-cat #theContent .item-page, #wysiwyg-test #theContent .item-page {
	width: 900px;
}

#wysiwyg-cat #theContent .item-page h2, #wysiwyg-test #theContent .item-page h2 {
    font-size: 26px;
    margin: 0 0 6px;
    padding: 0;
    color: #080c59;
    font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}

#wysiwyg-cat .item {
	width: 25%;
	text-align: center;
	float: left;
}

#wysiwyg-cat h2{
	font-size: 14px;
    padding: 0;
    font-weight: 900;
    margin: 0 auto;
    color: #080c59;
    font-family: Arial,Helvetica,sans-serif;
}

#wysiwyg-cat h2 a {
	text-decoration: none;
}

#wysiwyg .intro {
	text-align: center;
}

#wysiwyg .photos-thumb {
	width: 192px;
}

.newsflash #wysiwyg .photos-thumb {
	width: 100px;
}

#wysiwyg .photos-thumb img {
	margin: 4px 13px 0;
	width: 192px;
	height: 128px;
}

#wysiwyg-full {
	float: left;
	width: 580px;
	padding-top: 11px;
	margin: 0 20px 0 0;
}

#wysiwyg-full .photos {
	width: 370px;
	float: left;
}

#wysiwyg-full .photos img {
	width: 350px;
}

#wysiwyg-test .recommendedproducts, #wysiwyg-cat .recommendedproducts {
	width: 300px;
	float: left;
    margin-top: 11px;
}

#wysiwyg-test .recommendedproducts fieldset, #wysiwyg-cat .recommendedproducts fieldset {
    border: 1px solid #008adf;
    padding-right: 4px;
}

#wysiwyg-test .recommendedproducts h4, #wysiwyg-cat .recommendedproducts h4 {
	font-size: 12px;
}

#wysiwyg-test .recommendedproducts .newsflash #wysiwyg .photos-thumb img, #wysiwyg-cat .recommendedproducts .newsflash #wysiwyg .photos-thumb img {
	max-height: 52px;
    width: 80px;
}

.newsflash #wysiwyg {
	float: left;
	width: 95px;
}

#wysiwyg-full span.title {
    clear: both;
	font-size: 18px;
    margin-bottom: 4px;
    margin-top: 30px;
	border-bottom: 1px solid #cac9c9;
    display: block;
    font-weight: 700;
    margin: 0 0 6px;
}