/*********************************************************
**********************************************************

Folder: Theme008_Reflections
Name: Reflections
Cat: QSC Testing

**********************************************************
*********************************************************/

/************************************
 Main Layout Tweaks
 ************************************/
 .outer,
 body.col3 .outer {
	/* WARNING: borders affect the critical values below, so use them with that in mind.*/ 
    /* border-left: 1px solid #f90;  */
    /* border-right: 1px solid #f90; */
	/*** Critical left divider dimension value ***/
    /*** Critical right divider dimension value ***/
    margin-left: 170px; /*** Critical left col width value ***/
    margin-right: 170px; /*** Critical right col width value ***/
}
/* values for 1 and 2 column layouts */
body.col1 .outer {
    margin-left: 0; margin-right:0;
}
body.col2left .outer {
    margin-right: 0;
}
body.col2right .outer {
    margin-left: 0;
}


.left {
    float: left;
    position: relative; /* Needed for IE/win */
    width: 170px; /*** Critical left col width value ***/
    margin-left: -170px; /*** Critical left col width value ***/
    /*** Critical left divider dimension value ***/
}

.right {
    float: right;
    position: relative; /* Needed for IE/win */
    width: 170px; /*** Critical right col width value ***/
    margin-right: -170px; /*** Critical right col width value ***/
    /*** Critical right divider dimension value ***/
    margin-left: 0; /*** Critical right divider dimension value ***/
}

/**/

body {
	margin-top:2px;
}

.content {
	margin-top: 5px;
}

#wrapper2 {
	border-width:1px;
	border-style: solid;
}

#wrapper2:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

#wrapper2 { display: inline-block; }

/* Hides from IE-mac \*/
* html #wrapper2 { height: 1%; }
#wrapper2 { display: block; }
/* End hide from IE-mac */


/************************************
 Header and Footer
 ************************************/
 
.header {
    padding: 0;
	margin: 0;
	width: 100%;
}

#header-content {
    padding: 10px 15px;
    margin: 0px;
    border-width:1px;
	border-style:solid;
}

#header-content h1 {
    font-size: 150%;
    padding: 0; margin: 0;
}

#header-content .titles {
    float: left;
    margin-left: 10px;
}

#header-content h2,
#header-content h3 {
    padding:0;
    margin:0;
}

#header-content img {
    float: left;
}

#header-content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
 
#header-content { display: inline-block; }
 
/* Hides from IE-mac \*/
* html #header-content { height: 1%; }
#header-content { display: block; }
/* End hide from IE-mac */

.sf_extra1 { /* at the top of the header */

}

.header .address {
    text-align: right;
	float:right;
}

.footer {
    margin: 0;
}

.footer-section {
    width: 100%;
    font-weight: bold;
	font-size: 1em;
    clear: both;
    position: relative;
	text-align:center;
}
#paymentlogos {
	text-align: center;
}


.quick-search {
	margin: 0 0 10px;
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}

.header .quick-search {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2px;
}
.header .quick-search ul {
    display: block;
    height: 1.5em;
    list-style-type: none;
    margin: 0 auto;
}
.header .quick-search li,
.header .quick-search li h3 {
    display: inline;
    height: 100%;
    line-height: 100%;
    margin-left: 10px;
}


/************************************
 Navigation
 ************************************/
.navigation1 {
    height: auto !important; height: 1%;
    font-size: 1em; 
    margin: 0px;
}

.navigation1 ul {
    margin: 0 0;
    height: auto !important; height: 1%; /* fix for IE to contain floats */
    padding-left: 15px;
	list-style-type: none;
}

/* fix for firefox, safari to contain floats */
.navigation1 ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
 
.navigation1 ul { display: inline-block; }
 
/* Hides from IE-mac \*/
* html .navigation1 ul { height: 1%; }
.navigation1 ul { display: block; }
/* End hide from IE-mac */

/*.navigation1 ul li {
    float: left;
    width: auto !important; width: 5px; /* fix for IE 
    white-space: nowrap;
    padding-bottom: 2px;
	width: 15%; /* 100 / # of nav items 
}*/

.navigation1 ul li {
    float: left;
    margin-right: 10px;
}

/*.navigation1 ul li a {

    height: 25px;
	font: normal 13px Verdana, Geneva, Kalimati, sans-serif;
    margin: 0 0 0 2px;
    text-decoration: none;
    display: block;
    line-height: 25px;
    padding: 0 10px;
}*/

.navigation1 ul li a, .navigation ul li a:visited {

	font: normal 13px Verdana, Geneva, Kalimati, sans-serif;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.navigation1 ul li a:hover {
    text-decoration: none;
}

.navigation2 {
    text-align: center;
	font-size: .9em;
    font-weight: normal;
    text-align: center;
    border-width: 0;
    border-top-width: 0px;
    border-top-style: solid;
    margin-top: 0;
	float: none !important;
	height: 20px;
}

.navigation2 ul { 
	width: auto;
	margin: 0 auto;
	display: table;
}
.navigation2 ul li {

}

/*-- IE FIX--*/

* html .navigation2 {margin: 0 auto; float: none;}
* html .navigation2 ul { width: auto; margin: 0 auto; display: inline; }
* html .navigation2 ul li { display: inline-block;}

/************************************
 Sidebars
 ************************************/
.center {
  	border-style: solid;
	border-width: 1px;  
}

.container-left,
.container-right {

}

.container-left .textpadder {
    padding: 4px 4px 0;
    text-align: left;
}

.container-right .textpadder {
    padding: 4px 4px 80px;
    text-align: left;
}

.container-left .content-block,
.container-right .content-block {
    margin: 0 3px 10px;
    padding: 0 3px 3px;
}


.container-left .content-block h3,
.container-right .content-block h3 {
	text-align: center;
	margin-bottom: 5px;
}

#searchtext {
	border-width: 1px;
    border-style: solid;
	margin: 3px 0;
	padding: 2px;
}

.header #searchtext {
    margin:0; padding:0 5px;
    width: 9em;
}

.container-left #searchtext {
	width: 55%;
}

.featured-item-button,
.quick-search-button,
.product-detail-button, 
.content-product-button {
    border-width: 1px;
    border-style: solid;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: bold;
}

/************************************
 Breadcrumbs
 ************************************/
.breadcrumb {
	margin:  10px 0;
	font-weight: normal;
}

.breadcrumb .item { font-weight: bold; }

/************************************
 Categories
 ************************************/

.content-category {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: .95em;
	font-weight: normal;
	font-style: italic;
}

.content-category-header h4, .content-product-header h4 {
    margin: 0;
    padding: 0;
	font-style: normal;
	font-weight: bold;
}

/************************************
 Products
 ************************************/
 .page-block {
     font-family: Arial, Helvetica, FreeSans, sans-serif /*~ main.font */;
     font-weight: normal /*~ main.bold */;
 }
 
.product-detail,
.product-primary,
.product-secondary {
}

.product-primary,
.product-secondary {
    padding: 4px;
	/* margin: 10px 0 !important; -- ruins product layout */
	clear: none;
}

dl.product dd {
    display: block;
}

.upsell-header {
    font-weight: bold;
    font-size: 1.1em;
}

.upsell-group {
    border-width: 1px;
    border-style: solid;
}

/*
.product-detail-header,
.upsell-header {
    margin: -4px -4px 10px;
    padding: 3px;

    font-size: 1.1em;
}
*/
.product-detail-header h2 {
    font-size: 1.1em;
}

.product-detail-header a {

    text-decoration: none;
}

.product-detail,
.product-primary,
.product-secondary,
.product-options,
.imageanddetails,
.product-bundle,
.product-misc {
    /* border-width: 0; */
}

.product-options ul,
.product-bundle ul {
    list-style-type: none;
    padding: 0; margin: 0;
}

.product-options ul li {
    line-height: 1.7em;
}

.product-options ul li.price,
.product-options ul li.buynow {
	text-align: right;
}

.strike {
	text-decoration:line-through;
}

.quick-search {

}

.quick-search li,
.quicksearch li h3 {
    /* display: inline; */
}

.category-list {
    border-width: 1px;
	border-style: solid;
}

.category-list ol {}

.container-left .category-list li,
.container-left .category-list li {
	padding: 0;
    margin: 0 0 5px 0;
}

.category-list ol a {
	padding: 2px;
}

.container-right .quick-search ul,
.container-left .quick-search ul {
    margin:0; padding:0;
}

.container-right .quick-search ul li,
.container-left .quick-search ul li {
    margin:0; padding:0;
}

.textpadder .featured-item {
	border-width: 1px;
	border-style: solid;
	margin-top: 4px;
}

.textpadder h3.featured-product-header {
	margin: 0 -3px 4px;
	padding: 3px 2px;
	border-width: 1px;
	border-style: solid;
}

.textpadder h3.category-list-header,
.textpadder h3.quick-search-header {
    margin: 0 -3px 5px;
    padding: 3px 2px;
	border-width: 1px;
	border-style: solid;
}

.textpadder .quick-search-header,
.header .quick-search-header,
.textpadder .quick-search,
.header .quick-search {
	border-width: 1px;
	border-style: solid;
}


.category-list-header a:link,
.category-list-header a:visited {
	font-weight: bold;
	font-size: 110%;
}

.welcome {
    padding: 0 10px 10px 0;
	border-width: 1px;
	border-style: solid;
}

.welcome:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
 
.welcome { 
	display: inline-block; 	
}
 
/* Hides from IE-mac \*/
* html .welcome { height: 1%; }
.welcome { display: block; }
/* End hide from IE-mac */


/************************************
 Upsell
 ************************************/

 .upsell table td {
     padding: 2px;
 }


/************************************
 Forms
 ************************************/
div.required,
span.required { color: #c00; }


/************************************
 SEARCH RESULTS
 ************************************/
.search-results .content-product {
	font-weight: normal;
}
.search-results .largeimage {
	display: none;
}

.search-results .content-product:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.search-result-controls {
	margin-bottom:10px;
	text-align: center;
}

/************************************
 MESSAGES
 ************************************/
#messages li { padding: 5px 3px; margin: 3px; }
#messages .info {
	background: #CAE3FF;

	border-bottom: 1px solid #237BBB ;
}
#messages .error {
	background: #FFD2D2;
	color: #333333;
	border-bottom: 1px solid #c33;
}


.welcome:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

fieldset {
	margin-right: 0px;
}
 
.welcome { display: inline-block; }
 
/* Hides from IE-mac \*/
* html .welcome { height: 1%; }
.welcome { display: block; }
/* End hide from IE-mac */
