/**-----------------------------------------------
 * Styles.css :: ShopLowVision.com Stylesheet
 *
 * This stylesheet is the default file for managing the style properties of
 * the ShopLowVision.com web store. 
 * 
 * Version: 1.1.0
 * Website: http://www.shoplowvision.com
 * Author: Rye Miller
 * Copyright: 2014 Rye Miller | Optelec U.S. Inc.
 *
 *------------------------------------------------*/
/*
 * 1. Base Styles
 * 2. Paragraphs
 * 3. Unordered and Ordered Lists
 * 4. Definition Lists
 * 5. Blockquotes
 * 6. Code and Pre
 * 6. Inline Elements
* fonts
    * body
    * layouts
    * general styles
    * custom classes
    * div specific
    * page specific
 *
 */


/**
 * Styles :: Base
 *
 * Version 0.0.1
 * Author: Rye Miller http://www.iodarkstar.com
 *
 * Base styles of the ShopLowVision application
 *
 *--------------------------------------*\
 *          Base Styles
 *--------------------------------------*/
* { 
    margin:0; 
    padding:0; 
}



img {
    border: 0;
    vertical-align: top;
}


/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 1em; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:1em; }
big           { font-size:1.15em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear        { clear:both; }
/* ======================================================================================= */


/* Layout 

================================================================================ */
.wrapper {
    max-width: 100%; /* change to 1020 if sizing does not work */
    background-color: #FFF;
    border: 1px solid #DDD;
    border-top: none;
    margin: 0px auto;
    min-height: 100%;
    position: relative;
	float:left;
}

.page { width: 1000px; margin: 0 auto; text-align:left; padding-top: 10px; min-height: 100%;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:25px 30px; text-align:left; }
.main-container {}
.main { padding: 10px 0 50px 0; min-height:350px; }

/* Base Columns */
.col-left { float:left; width: 270px; padding:0 0 1px; margin-left: 7px; }
.col-main { float:left; width: 698px; padding:0 0 1px; }
.col-right { float:right; width: 270px; padding:0 0 1px; margin-right: 5px; }

/* 1 Column Layout */
.col1-layout .main { margin: 0 10px; }
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; margin-right:7px; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:600px; }
.col3-layout .col-wrapper { float:left; width:800px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */



img.columnImg {margin: 0 0 20px 0;
float: left;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);}

ul#galleryList li {
	width: 20%;
	margin-right: 5%;
	
	float: left;
	
	margin-bottom: 20px;
	padding-bottom: 30px;
	
	border-bottom: 1px solid #dde0e3;
}

	ul#galleryList li p {
		margin-bottom: 20px;
	}
	
	ul#galleryList li img {
		margin: 0 0 20px 0;
	}

	ul#galleryList li img:hover {
		margin: 0 0 20px 0;border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	}

	ul#galleryList li.last {
	
	border-bottom: none;
}

ul#galleryList li .button { vertical-align: middle; }
	/*
div.panel {
		padding: 20px;
		background: #efefef;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4));
		background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
		box-shadow: 0 2px 5px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
		margin: 10px 0 20px 0;
		border: 1px solid #DDD;
	}
	*/


.product-view { float:left; width:100%;}

.product-essential { padding:0 0 25px; }
.product-essential h2 { font:bold 12px/1.25 Arial, Helvetica, sans-serif; }

.product-collateral {}
.product-collateral h2 { font-size:19px; font-weight:normal; line-height:1.15; }
.product-collateral .box-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:100%; }
.product-view .main-thumbnail .zoom-image { border: 1px solid #DDD; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 10px; border:1px solid #939393; }
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { margin:0 0 10px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:3px; width:9px; height:18px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
.product-view .product-img-box .more-views { margin: 0 10px;}
.product-view .product-img-box .more-views h2 { font-size:10px; font-weight:normal; padding:0 0 2px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li a { margin: 10px 10px 0 0; float:left; width:66px; height:66px; border:2px solid #E0D7B5; overflow:hidden; }
.product-view .addthis_toolbox { }
.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0; }
.product-image-popup .image-label { font-size:12px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width: 300px; }
.product-view .product-name { margin: 0 0 10px; }
.product-view .product-name h1 { font:bold 15px/1.25 Arial, Helvetica, sans-serif; }
.product-view .main-details { float:right; background-color: #FFF; width: 540px;}
.product-view .main-details .add-to-links { padding:7px 0; margin: 10px 0; border-top: 1px solid #939393; border-bottom: 1px solid #939393; }
.product-view .main-details .add-to-links li { display:block; text-align: left; padding: 2px 0 3px 22px; background-repeat: no-repeat; background-position: left bottom; }
.product-view .main-details .add-to-links li:hover a { color:#FF9966; }
.product-view .main-details .add-to-links li.wishlist-li { background-image: url(../images/add.png); }
.product-view .main-details .add-to-links li.compare-li { background-image: url(../images/compare.png); }
.product-view .main-details .add-to-links li.email-friend { background-image: url(../images/send.png); }
.product-view .main-details .add-to-links li .separator { display:none !important; }.col1-layout .product-view .product-shop { float:left; width: 300px;}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .availability {  }
.product-view .product-shop .short-description { margin:10px 0; clear: both; }
.product-view .product-shop .price-box { margin:10px 0; float:left; }
.product-view .product-shop .price-box .price { font-size:18px; }
.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }
.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }
.quantity_box_button_up   { margin:0; cursor:pointer; width:12px; height:21px; border: none; background:url(../images/up.png) no-repeat center center;}
.quantity_box_button_down { margin:0; cursor:pointer; width:12px; height:21px; border: none; background:url(../images/down.png) no-repeat center center;}
.product-view .quanitybox { text-align: center; float:left; margin: -11px 0 0 100px;}
.product-view .btn-cart { float:right;}
.product-view button.btn-cart span { float:right; background: transparent url(../images/bkg_btn_view.png) 0 0 no-repeat; height:40px;}
.product-view button.btn-cart span span { background-position:100% 0; font: bold 14px/39px Tahoma, Verdana, Arial, sans-serif}

/* Product Options */
#container2 .product-options { margin:15px 0 0 ; position:relative; background-image: url(../images/light_bg.png); padding:15px 20px; border:1px solid #E0D7B5; }
#container1 .product-options { margin:15px 0 0 ; position:relative; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; }
.product-options dt label.required em { color:#eb340a; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#444; }
#container2 .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #E0D7B5; }
#container1 .product-options dd { padding:5px 0 15px;  }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; background: #e9e0cd; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { position:absolute; right:15px; top:10px; }

#container2 .product-options-bottom { background-image: url(../images/bg_img.png); padding:15px 20px; border:1px solid #E0D7B5; border-top:0; }
#container1 .product-options-bottom { }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .price-box { float:left; margin:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; }
.product-options-bottom .price-label { padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }
.product-options-bottom .add-to-links { margin:10px 0 0 0; display:block; }

.product-shop .product-options-bottom .price-box { float:none; margin:0; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart { clear:both; float:none; padding:12px 0 0; text-align:left; }

.product-view .addtocont { padding: 15px; margin: 0 0 0 15px; float:right; width:190px; }
.product-view .addtocont .ratings { padding:0; width: 200px; float: right; }
.product-view .addtocont .rating-box { margin: 1px 3px 0 0; }
/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Product Tabs */
.product-tabs { border-bottom:1px solid #DDD; }
.product-tabs li { float:left; margin: 0 0px -0px 0;  font-size:1.1em; line-height:1em; border-right: 1px solid #DDD; border-top: 1px solid #DDD; }
.product-tabs li.active { background-color: #FFF; border-bottom: 1px solid #FFF; }
.product-tabs li.first { border-left: 1px solid #DDD; }
.product-tabs li.last { }
.product-tabs li > a { display:block; background-color:#5E5E5E;  padding: 10px 15px; color:#F7F7F7; }
.product-tabs li > a:hover { background-color: #F8F8F8;text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background:#FFF; color: #2F2F2F; }
.product-tabs-content { background-color: #fff;; padding: 20px; border: 1px solid #DDD; border-width: 0px 1px 1px 1px; }
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }
.product-tabs-content .data-table tr  { background: none; }
#product-review-table th, #product-review-table td { border-bottom:none; }
#product_tabs_related_products_contents { padding: 0; }
/* Mini Products Grid */
.mini-products-grid { width:100%; border-spacing: 15px; }
.mini-products-grid td { background: url(../images/product_bg.png); width:20%; text-align: center; }
.mini-products-grid td:hover { background: url(../images/hover_product_bg.png); -webkit-box-shadow: 0 0 2px 2px #c9c1a5; -moz-box-shadow: 0 0 2px 2px #c9c1a5; box-shadow: 0 0 2px 2px #c9c1a5; }
.mini-products-grid .product-image { display:block; }
.mini-products-grid .product-name { margin:0 0 6px; overflow:hidden; font-size: 12px; }
.mini-products-grid .product-name a { color:#444;  }
.mini-products-grid .product-name a:hover { text-decoration:underline; }
.mini-products-grid td .moreinformation { padding: 5px 10px;}
.mini-products-grid td.empty {background: none;}
.mini-products-grid td.empty:hover { background: none; -webkit-box-shadow: 0 0 0px 0px #c9c1a5; -moz-box-shadow: 0 0 0px 0px #c9c1a5; box-shadow: 0 0 0px 0px #c9c1a5; }
.mini-products-grid td.last { padding-right:0; }
.mini-products-grid .ratings {line-height:1.25; margin: -17px 0 0 0; padding: 2px 10px 4px;z-index: 3; position: absolute;}
.mini-products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.mini-products-grid .ratings .rating-links {display:none;}
/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { margin:0; }
#product_tabs_upsell_products_contents h2 { display:block; }
.box-up-sell { margin:20px 0 0 0; background-color: #FFF; border:1px solid #DDD; }
.box-up-sell .upsell-product-h2 { font:normal 14px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; color:#444; border-bottom:1px solid #E0D7B5; background-image:url(../images/2_bg.png); padding:2px 15px; }
/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:12px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; margin:0 0 3px; }
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { height:21px; background-image:url(../images/bkg_btn-small.png); line-height:20px; }
.product-view .box-tags .note { margin:2px 0 0; font-size:10px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:460px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:454px; }

/* Send a Friend */
.send-friend .form-list { width:535px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; line-height:1.55; }
/*.product-name a { color:#444; }*/

/* Product Tags */
