/*  PLACE SHARED PUBLIC TEMPLATE STYLES HERE */


/* --------------------------------------------------------------------------- */
/* TITLE: SWTOOLS.CSS */
/* PURPOSE: OVERRIDE DEAFULT SW TOOLS TEMPLATE STYLES */
/* CREATOR: SightWorks, Inc. */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* TOOL SHARED STYLES */
/* --------------------------------------------------------------------------- */

input, textarea {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	width: 90%;
	height:20px;
}

select
{
	width:92%;
}




* html input, * html select {
	width: 94%;
}

* html textarea, * html textarea.required {
	width: 95%;
}

input.required {
/*	border: 1px solid #ccc;*/
/*	padding: 2px;*/
/*	background: #ffe !important;*/
	width: 90%;
}

select.required
{
	width:92%;
}

textarea.required {
/*	border: 1px solid #ccc;*/
/*	padding: 2px;*/
/*	background: #ffe !important;*/
	width: 95%;
}

* html input.required, * html select.required {
	width: 90%;
}

input.checkbox {
	width: auto !important;
	padding: 0px !important;
	border: 0px !important;
}

input.noWidth {
	width: auto !important;
}

.pager {
	clear: both;
}

.pager a { 
	padding: 0.25em 0.33em;
	border: 1px solid #ccc;
	margin: 0px;
	position: relative;
}

.pager a:hover {

}

.pager_at {
	padding: 0.25em 0.33em;
	border: 1px solid #ccc;
	background: #e8e8e8;
	font-weight: bold;
	position: relative;
}

.pager .pager_buttons {
	font-weight: bold;
}

.pager li#previous a {
	margin-right: 1em !important;
}

.pager li#next a {
	margin-left: 1em !important;
}

.swTitle {
/*	font-size: 1.17em;
	color: #000;
	line-height: 1.5em;*/
	font-weight: bold;
	display: block;
}

body.pageDetail .swTitle {
	font-weight: normal;
	font-size: 1.83em;
	margin-bottom: 1em;
	line-height: 2em;
}

body.accountDetail .swTitle {
	font-weight: normal;
	font-size: 1.33em;
	margin-bottom: 0px;
	line-height: 1.5em;
}

.swBold {
	font-weight: bold;
}

.swSummary
{
	padding-bottom: 5px;
}

.swDescription
{

}

.swGroupTitle
{
	color: #000;
	font-size: 1.33em;
	margin-bottom:7px;
	padding-bottom:5px;
	/* border-bottom: 1px solid black; */
	font-weight: normal;
}

.swGroupDescription
{
	margin-bottom:7px;
}

.swDate {
	font-size: 0.92em;
	color: #666666;
	line-height: 20px;
	font-weight: bold;
}

.swDateVersion {
	font-size: 0.92em;
	color: #666666;
	font-style: italic;
	margin-bottom: 0.5em;
}

.swLink
{

}

.swLink a
{
	color: #666;
}

.swLink a:hover
{
	color: #000;
	text-decoration:none;
}

/*.swButton {
	background: #ff9b00 url(public_global_images/swCart_checkoutButtonBG.jpg) top repeat-x !important;
	border: 1px solid #797979;
	text-align: center;
	padding: 5px 10px !important;
	color: #000;
	text-decoration: none;
	text-transform: uppercase !important;
	width: auto !important;
}

a.swButton, a.swButton:hover {
	text-decoration: none !important;
	color: #000 !important;
	padding: 3px 15px;
	cursor: pointer;
}
*/
* html .swButton {
	padding: 3px !important;
}

/*#swCart input.swButtonAlt, #swCheckout input.swButtonAlt, body input.swButtonAlt, body a.swButtonAlt, .swButtonAlt, .swButtonAlt:hover {
	background: #cccccc url(public_global_images/swCart_buttonAltBG.jpg) top repeat-x ;
	border: 1px solid #797979;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 10px !important;
	font-weight: bold;
	color: #000 !important;
	width: auto !important;
}
*/
a.swButtonAlt, a.swButtonAlt:visited, a.swButtonAlt:hover {
	text-decoration: none !important;
	color: #000 !important;
	padding: 3px 15px;
	cursor: pointer;
}

.swAddButton {
	background: transparent url(public_global_images/img_addIcon.gif) left center no-repeat !important;
	border: 0px !important;
	text-align: center;
	padding: 2px 5px 2px 17px !important;
	text-decoration: none;
}

.swEditButton, .swEditButton:visited, .swEditButton:hover {
	background: transparent url(public_global_images/img_editIcon.gif) left center no-repeat !important;
	border: 0px !important;
	text-align: center;
	padding: 2px 5px 2px 15px !important;
	text-decoration: none;
}

.swRemoveButton, .swRemoveButton:visited, .swRemoveButton:hover {
	background: transparent url(public_global_images/img_deleteIcon.gif) left center no-repeat !important;
	border: 0px !important;
	text-align: center;
	padding: 2px 5px 2px 15px !important;
	text-decoration: none;
}

.swHelpButton, .swHelpButton:visited, .swHelpButton:hover {
	text-align: center;
	text-decoration: none;
	padding: 4px 5px;
	border: 1px solid #ccc !important;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 0 3px;
	position: relative;
	top: -1px;
	color: #000 !important;
}

* html .swHelpButton {
	top: 2px;
}

*:first-child+html .swHelpButton {
	top: 2px;
}

.swButtonDis {
	opacity:0.50;
}

* html .swButtonDis {
	filter:alpha(opacity=50);
}

.swButtonSimple {
	background: #fff;
	border: 1px solid #797979;
	text-align: center;
	padding: 2px 5px;
	text-decoration: none;
	position: relative;
	top: 1px;
}

.swButtonUpdateCart {
	background: #fff;
	border: 1px solid #797979;
	text-align: center;
	padding: 2px 5px;
	color: #000;
	text-decoration: none;
}

.swImage
{
	/*border: 1px solid #FFFFFF;
	padding: 3px;
	background-color: #fff;*/
}

.swImage:hover
{
	

}

.swImageThumb
{
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin-bottom: 5px;
}

.swImageThumb:hover
{

}

.swImageFloatLeft
{
	border: 1px solid #999;
	padding: 3px;
	background-color: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.swImageFloatRight
{
	border: 1px solid #999;
	padding: 3px;
	background-color: #fff;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.swPagination
{
	margin-top: 10px;
	padding-top: 10px;
	border-top:1px solid #ccc;
}


.swViewAllLink
{
	margin-top: 10px;
	padding-top: 10px;
	border-top:1px solid #ccc;
}



/* --------------------------------------------------------------------------- */
/* TESTIMONAILS */
/* --------------------------------------------------------------------------- */

.swTestimonial
{
	font-size: 1.17em;
	line-height: 1.5em;
	font-style: oblique;
}



/* --------------------------------------------------------------------------- */
/* FAQ */
/* --------------------------------------------------------------------------- */

li.swFAQClose
{
	list-style-type: circle;
	list-style-image: url(public_global_images/img_linkFaqOpen.gif);
}

li.swFAQOpen
{
	list-style-type: circle;
	list-style-image: url(public_global_images/img_linkFaqClose.gif);
}

li.swFAQOpen li, li.swFAQClose li
{
	list-style-image: none;
}

.swFAQLinkClose, .swFAQClose a
{	
	text-decoration: none;
}

.swFAQOpen div
{
	display: block;	
}

 .swFAQLinkClose:link, .swFAQClose a:link
{
	text-decoration: none;
}

.swFAQLinkClose:hover, .swFAQClose a:hover
{
	text-decoration: underline;
}

.swFAQLinkOpen, .swFAQOpen a
{	
	text-decoration: none;
}

.swFAQClose div
{
	display: none;
}

.swFAQLinkOpen:link, .swFAQOpen a:link
{
	text-decoration: none;
}

.swFAQLinkOpen:hover, .swFAQOpen a:hover
{
	text-decoration: underline;
}

.swFAQAnswer
{
	margin-top:5px;
	margin-bottom:15px;
}

.swFAQList
{
	margin-left: 0px;
	padding-left: 20px;

}


/* --------------------------------------------------------------------------- */
/* CAPTCHA */
/* --------------------------------------------------------------------------- */

body.swCaptchaPopup {
	width: auto;
}

.swCaptchaExplained {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 15px;
	background-color: #fff;
}

/* --------------------------------------------------------------------------- */
/* POLL */
/* --------------------------------------------------------------------------- */

#swPollSubmitLink
{
	padding: 5px;
	border: 1px solid #999;
	text-align:center;
	cursor: pointer;
	display:  block;
	width: 80px;
	margin-top: 5px;
}

#swPollSubmitLink:hover
{
	background-color: #E6EEE1;
	text-decoration: none;
}

.swPollContainer .swPollResults
{
	width: 265px;
	float: left;
	margin-top:20px;
}
.swPollContainer .swPollResults .swPollResult
{
	border-bottom: 1px solid #ccc;
	clear: left;
}

.swPollContainer .swPollResults .swTitle
{
	float: left;
	width: 180px;
	padding-top: 3px;
}

.swPollContainer .swPollResults .swPollCount
{
	margin-left: 200px;
	text-align: right;
	padding: 5px;
	padding-right: 10px;
}

.swPollContainer .swPollResultTotal
{
	text-align: right;
	clear: left;
	padding-right: 10px;
	padding-top: 5px;
}

.swPollContainer .swPollResultGraph
{
	border-left: 1px solid #ccc;
	margin-left: 265px;
}

.swPollContainer form
{
	margin-top: 2em;
	padding-top: 5px;
	float: left;
	width: 290px;
}

.swPollContainer .swPollChoice
{
	border-bottom: 1px solid #ccc;
	clear: left; 
	width: 265px;
	margin-bottom: 10px;
	padding-bottom:10px;
	font-weight: normal;
}

.swPollContainer .swPollChoice input
{
	float: left;
}

.swPollContainer .swPollChoice .swTitle
{
	margin-left: 21px;
}

#swPollButtonContainer
{
	padding-top: 10px;
	padding-left: 5px;
}

#swPollSubmitButton
{
	display: none;
}

.swPollContainer .swPollImage
{
	margin-top: 2em;
	margin-left: 300px;
}

.swPollContainer .swPollImage img
{
	float: right;
}

/* --------------------------------------------------------------------------- */
/* POPUP */
/* --------------------------------------------------------------------------- */

body.swPopup {
  	background: #fff !important;  
	margin: 10px 0 0 0; /* !important; */
	padding: 0px !important;
	width: auto !important;
  	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
}

body.swPopup h1 {
	padding: 0px;
	font-weight: normal;
	font-size: 1.83em;
}

body.swPopup ul#tabs {
	margin: 0 0 3px 13px;
	padding: 0px;
	height: 2em;
}

body.swPopup ul#tabs li {
	float: left;
	display: inline;
	list-style-type: none;
	height: 2em;
	line-height: 2em;
}

body.swPopup ul#tabs li a {
	padding: 0 1em;
	color: #333;
	border: 1px solid #ccc;
	background: #fff;
	display: block;
}

body.swPopup ul#tabs li a.active {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff !important;
	position: relative;
	z-index: 100;
}

.swPopupWrapper {
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 0px;
	position: relative;
}

.swPopupContainer {
	text-align: left;
	padding: 0px;
	border: 1px solid #ccc;
	margin: 0px;
}

.swPopupContainer span.grey {
	color: #333333;
}

.swPopupHeader {
	width: 100%;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.swPopupPadding {
	padding: 10px;
	clear: left;
}

.swPopupPadding table td {
	font-size: 0.75em;
}

body.swPopup #container {
        width: 100% !important;
}

body.swPopup #content {
        padding: 0;
}

body.swPopup #content h1 {
        margin-left: 1em;
}

#results {
	overflow: auto;
	width: 478px;
	height: 275px;
}

#resultsUSD {
	overflow: auto;
	width: 478px;
	height: 250px;
}

#resultsInternational {
	overflow: auto;
	width: 478px;
	height: 150px;
}


/* --------------------------------------------------------------------------- */
/* Custom SW Styles */
/* --------------------------------------------------------------------------- */

.swDivider {
	width: 100%; 
	height: 1px; 
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 1em 0 0 0;
}

.swDividerBlack {
	width: 100%; 
	height: 1px; 
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #000;
	border-left: 0px;
	clear: both;
	margin: 1em 0 0 0;
}

.swDashedDivider {
	width: 100%; 
	height: 1px; 
	border-bottom: 1px dashed #ccc;
	clear: both;
	margin: 1em 0 0 0;
}

.swFeedbackPositive {
	padding: 5px 5px 5px 30px;
	background: url(public_global_images/swFeedbackPositive.gif) 5px center no-repeat;
	color: #5eaa08;
	font-size: 0.92em;
}

.swFeedbackNegative {
	padding: 5px 5px 5px 30px;
	background:  url(public_global_images/negative.png) 5px center no-repeat;
	color: #ff0000;
	font-size: 0.92em;
}

.swFeedbackNeutral {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #333;
	font-size: 0.92em;
}

/* Error Styles */

input.swError, textarea.swError, select.swError {
	border: 1px solid #ff0000 !important;
	background-color: #ffcccc !important;
	background-image: none !important;
	padding: 2px !important;
	margin: 0px !important;
}

.swError {
	width: auto;
	border: 1px solid #ff0000;
	background: url(public_global_images/negative.png) left center no-repeat;
	padding: 5px 5px 5px 25px;
	margin: 0 0 20px 0;
	color: #ff0000;
}

.swErrorText, .swImportantText {
	color: #ff0000;
}

.swImagePosition {
	margin: 0 5px -5px 5px;
}

/* --------------------------------------------------------------------------- */
/* SW Form */
/* --------------------------------------------------------------------------- */

.sw_formContainer {
	/*border: 1px solid #999;*/
}

.sw_formHeader, .sw_formHeader td {
	color: #333;
	font-weight: bold;
	/*border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 10px;*/
	position: relative;
}

.sw_formHeaderLinks {
	position: absolute;
	right: 10px;
	font-weight: normal;
}

.sw_formContent {
	padding-top: 5px;
	clear: right; 
}

.sw_formBlock {
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 240px;
	position: relative;
}

* html .sw_formBlock {
	height: 265px;
}

.sw_formBlockTitle {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1.25em;
	color: black;
}

/* --------------------------------------------------------------------------- */
/* Custom SW Account */
/* --------------------------------------------------------------------------- */

#swAccount .sw_formContainer {

}

#swAccount .sw_formHeader {

}

#swAccount .sw_formContent {

}

#swAccount .sw_formContent label {
	display: block;
	padding: 0 0 5px 0;
}

#swAccount .sw_formBlock {

}

#swAccount .sw_formBlockTitle {

}

#accountLogin label {
	display: block;
	padding: 0 0 5px 0;
}

/*
#accountInfo td {
	font-size: 14px !important;
}
*/

#accountOrders td {
	background-color: #fff;
	border-top: 1px solid #999;
}

#accountOrders tr.labels td {
	background-color: transparent !important;
	color: #666;
}

.swOrderStatus
{
	font-weight: bold;
	color: green;
}

.swOrderStatusShipped 
{
	color: black;
}

.swOrderStatusCancelled 
{
	color: red;
}

.swOrderStatusProcessing 
{
	color: #666;
}

/* --------------------------------------------------------------------------- */
/* SW Search, Shop, Category Tree, Box */
/* --------------------------------------------------------------------------- */

.swSearch, .swShop, .swCategoryTree, .swBox {
	display:block;
	margin: 0 0 1em 0;
}


.swSearch h3 {
	color:#333333;
	font-size: 0.83em;
	font-weight:bold;
	height:1.5em;
	line-height:1.5em;
	padding: 5px 5px 0 5px;
	text-transform:uppercase;
	margin: 0px !important;
}

.swSearchTitle, .swShopTitle, .swCategoryTreeTitle, .swBoxTitle,
.swSearch h3, .swShop h3, .swCategoryTree h3, .swBox h3 {
	color:#333333;
	font-size: 0.83em;
	font-weight:bold;
	height:1.5em;
	line-height:1.5em;
	padding: 5px 5px 0 5px;
	text-transform:uppercase;
	margin: 0px !important;
}

.swSearchContent, .swShopContent, .swCategoryTreeContent, .swBoxContent {
	padding: 5px;
}	

.swSearchContent form, .swShopContent form, .swCategoryTreeContent form, .swBoxContent form {
	margin: 0px;
	padding: 0px;
}

/* --------------------------------------------------------------------------- */
/* SW Category Select  */
/* --------------------------------------------------------------------------- */

.swCategory {  /*  Aplly background color or image to Category Select Content Area  */
	/*background-color: ;  
	background-image: ;*/
}

.swCategorySelect {
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em 0;
}

.swCategorySelect ul {
	margin: 0px;
	padding: 0px;
}

.swCategorySelect ul li {
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 25px 0 0;
}

* html .swCategorySelect ul li {
	margin: 0 20px 0 0;
}

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

.swCategorySelect ul li a:hover {
	text-decoration: underline;
}

.swCategorySelect ul li ul li {
	margin: 0 0 0 25px;
	font-weight: normal;
	display: block;
	float: none;
}

.swCategorySelect ul li ul li ul li {
	font-weight: normal;
}

.swCategorySelectBreak {
	clear: left; 
	width: 100%; 
	height: 10px;
}

.swSubCategory {
	font-weight: bold !important;
}

/* --------------------------------------------------------------------------- */
/* SW Cart Styles */
/* --------------------------------------------------------------------------- */

/* Cart Structure */

#swCart, #swCheckout {
}

@media print
{
	#swCheckout {
		border: 0px;
	}
}

#swCartHeader, #swCheckoutHeader {
	height: 2.5em; 
	padding-bottom: 0.5em;
}

#swCartHeaderInnerWrap {
	height: 1.5em;
	line-height: 1.5em;
}

#swCartHeaderInnerWrap img {
	float: left; 
	margin-right: 0.25em;
}



#swCart .sw_formHeader {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top:20px;
}

.swCartMain {
	border: 1px solid #ccc;
}

.swCartMain tr td
{
	vertical-align: middle;
	line-height: 1.6em;
}

.swCartMain .sw_formHeader td {
	border-top: 0px !important;
	border-bottom: 1px solid #ccc;
}

.swCartMain tr.swCartBottomLabel td, #swCheckout .swCheckoutBottomLabel{
	background: #E8E8E8;
	color: #333;
	font-weight: bold;
	border-top: 1px solid #ccc;
}

.swCartMain td {
	border-top: 1px dashed #ccc;
}

.swCartMain tr.noBorder td {
	border-top: 0px dashed #ccc !important;
	}

#swRegisterMain
{
	padding:25px 25px 25px 25px;
	width: 90%;
}

#swCheckoutMain {
	margin-top: 20px;
	margin-right: 18px;
	float: right;
	width: 75%;
	clear: right;
	/* margin-top: -3.8em; */
}

#swCheckoutMain .minHeight {
	min-height: 250px;
}

* html #swCheckoutMain .minHeight {
	height: 250px;
}

.swCartPlain td {
	border-top: 0px dashed #ccc !important;
	line-height: 20px;
}

.swSuccessFailMessage {
	font-size: 2em !important;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

/* Checkout Steps */

#swCheckoutSteps {
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
}

#swCheckoutSteps li {
	background: url(public_global_images/swCart_stepBG.gif) 7px center no-repeat;
	color: #000;
	position: relative;
	display: block;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 10px 0;
}

* html #swCheckoutSteps li {
	padding: 0px !important;
}

#swCheckoutSteps li span.number, #swCheckoutSteps li a span.number, #swCheckoutSteps li a:hover span.number {
	position: absolute;
	top: 10px;
	left: 14px;
	color: #000;
	text-decoration: none !important;
}

* html #swCheckoutSteps li span.number {
	top: 13px;
}

*:first-child+html #swCheckoutSteps li span.number {
	top: 13px;
}

#swCheckoutSteps li span.text {
	display: block;
	margin: 0 0 0 35px;
	padding: 0px;
}

*:first-child+html #swCheckoutSteps li span.text {
	margin-top: -10px;
}

#swCheckoutSteps li a {
	display: none; // Default value, whee
	text-decoration: none;
}

#swCheckoutSteps li a:hover {
	text-decoration: underline;
}

#swCheckoutSteps li.navAt {
	background: url(public_global_images/swCart_stepOverBG.gif) 7px center no-repeat !important;
	font-weight: bold;
}

#swCheckoutSteps li.dis {
	opacity:0.50
}

* html #swCheckoutSteps li.dis {
	filter:alpha(opacity=50);
}

/* Cart Items */

.swCartGiftIcon {
	margin: 0 5px -4px 0;
}

/*.swCartCheckoutButton {
	background: rgb(255, 174, 5) url(public_global_images/swCart_checkoutButtonBG.jpg) top repeat-x !important;
	border: 1px solid #797979;
	text-align: center;
	padding: 5px 20px !important;
	color: #000;
	font-size: 1.33em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase !important;
	width: auto !important;
}
*/
/* Cart Container Borders */

.swCartBorders {
	clear: left;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CCC;
}

/* Promo Content */

.swCartPromoIcon {
	background: url(public_global_images/swCart_promoIcon.jpg) left center no-repeat;
	display: block;
	line-height: 25px;
 	text-indent: 35px;
/*	height: 25px; */
}

.swCartGiftCardIcon {
	background: url(public_global_images/swCart_giftCardIcon.jpg) left center no-repeat;
	display: block;
	line-height: 25px;
	text-indent: 35px;
	height: 25px;
}

/* Active Content - *Gift Wrap* */

.swCartActiveSection {
	position: relative; 
	top: -15px; 
	background: #ebebeb url(tools/styles/public_global_images/swCart_giftWrapBig.gif) no-repeat 10px 10px; 
	padding: 10px; 
	margin: 0px;
}

* html .swCartActiveSection {
	left: 5px;
	margin-right: 10px;
}

.swCartActiveSectionArrow {
	position: relative;
	top: -15px;
	left: 25px;
}

/* Title & SubTotal Font Formatting */

.swCartSubtotalContainer {
	float: right; 
	color: gray; 
	padding: 0 0 10px 10px;
}

.swCartUpdateContainer {
	font-size: 0.9em;
}

.swCartSubtotal {
	font-size: 2em;
	color: black;
}

.swCartTitle {
	font-size: 1.33em;
	margin-top: 0;
	margin-bottom: 1em;
	color: black;
}

/* ID or Class Specific Elements */

body.shows #swCartSuccess {
	margin: 25px;
}

#swCartBillingShippingInfo label {
	display: block;
	margin-bottom: 5px;
}

.swCheckoutFailLinks {
	margin: 0 0 0 2em;
	padding: 0px;
}

.swCheckoutFailLinks li {
	background: url(public_global_images/swCart_failArrow.gif) left center no-repeat;
	padding: 0 0 0 25px;
	list-style-type: none;
	margin: 1em 0;
}

/* --------------------------------------------------------------------------- */
/* SW Cart Mini */
/* --------------------------------------------------------------------------- */

#swCartMini {
	background-color: rgb(232, 232, 232);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(214, 214, 214);
	position: relative;
	width: 34.6em;
	height: 2.9em;
	margin: 0px;
	padding: 2px 0;
}

#cartUpdateMessage {
	border:1px solid #D6D6D6 !important;
	width: 15em !important;
	height:2.7em;
	line-height:2.7em;
	padding: 1px 0 1px 25px !important;
}

/* Category grid / list views */

.swCategoryHeader, .swCategoryFooter
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #ebebeb;
	border-top: 1px solid black;
}

.swCategoryHeader
{
	margin-top: 1em;
}

.productPackagePopup .swCategoryHeader
{
	margin-top: 0px;
}

.swCategoryHeader tr, .swCategoryFooter tr
{
	vertical-align: middle;
}

.swCategoryHeader td, .swCategoryFooter td
{
	background-color: #ebebeb;
	padding: 9px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
}

.swCategoryHeader td.swPageSelector, .swCategoryFooter td.swPageSelector
{
	text-align: left;
}

.swCategoryHeader td.swViewSelector, .swCategoryFooter td.swItemCount
{
	text-align: right;
}

.swCategoryHeader td.swViewSelector form
{
	display: inline;
}

.swCategoryHeader td.swViewSelector img
{
	border: 0px;
	margin-bottom: -4px;
	margin-left: 5px;
	width: 22px;
	height: 21px;
}

.swCategoryHeader td.swPageSelector img, .swCategoryFooter td.swPageSelector img
{
	border: 0px;
	margin-bottom: -4px;
	width: 22px;
	height: 21px;
}

.swCategoryHeader td.swPageSelector .swCurrentPage, .swCategoryFooter td.swPageSelector .swCurrentPage
{
	margin: 0px 5px;
	font-size: 1.5em;
}

.swCategoryGrid
{
	position: relative;
}

.swCategoryGrid div.swCategoryGridItem
{
	float: left;
	padding: 10px 15px;
	text-align: center;
	/* width: 150px; */
	font-size: 1em;
	z-index: 2;
}

.swCategoryGrid div.swCategoryGridItem a
{
	text-decoration: none;
	font-weight: bold;
}

.swCategoryGrid div.swCategoryGridItem a:hover
{
	text-decoration: underline;
}

.swCategoryGrid div.swCategoryGridItem img
{
/*
	height: 150px;
	width: 150px;
*/
	border: 0px;
	margin-bottom: 1em;
}


.swCategoryGrid .swCategoryGridRow
{
	border-top: 1px solid black;
}

.swCategoryList
{
	width: 100%;
	font-size: 1em;
}

.swCategoryList td, .swCategoryList th
{
	padding: 10px;
	vertical-align: middle;
}

.swCategoryList thead th
{
	border-top: 1px solid black;
	font-weight: bold;
	text-align: left;
}

.swCategoryList thead th.swCategoryPriceHeader
{
	text-align: right;
}

.swCategoryList tbody td
{
	border-top: 1px solid black;
	text-align: left;
}

.swCategoryList tbody td.swProductImageColumn
{
	width: 75px;
}

.swCategoryList tbody td.swPriceColumn
{
	text-align: right;
}

.swCategoryList tbody td img
{
/*
	width: 75px;
	height: 75px;
*/
}

.swCategoryTree
{
	margin-left: 0px;
}

.swCategoryTree ul, .swCategoryTree li
{
	padding: 0px;
	margin: 0px;
}

.swCategoryTree li
{
	margin-bottom: 0px;
	list-style-image: url(public_global_images/spacer.gif);
	position: relative;
	z-index: 4;
}

.swCategoryTree ul
{
	margin-left: 18px;
	margin-top: 2px;
	position: relative;
	z-index: 4;
}

.swCategoryTree li a
{
	position: relative;
	top: -1px;
	left: -18px;
	padding-left: 18px;
	z-index: 5;
	display: block;
}

.swCategoryTree li a.open
{
	background: transparent url(public_global_images/nav_open.gif) no-repeat 0px 2px;
}

.swCategoryTree li a.close
{
	background: transparent url(public_global_images/nav_close.gif) no-repeat 0px 2px;
}

* html .swCategoryTree li a
{
	top: -2px;
}

* html .swCategoryTree li
{
	height: 1em;
}

.swBrandContainer .swGroupTitle
{
	padding-top: 1em;
}

.swBrandTree
{
	border: 0px;
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 1em;
	padding-bottom: 1em;
}

.swCategoryTree.swBrandTree li a
{
	background-image: none;
}

.swBrandTree ul {
	float: left;
	position: static;
	width: 20%;
	margin: 0px;
}

.swBrandTree ul, .swBrandTree li, .swBrandTree li a {
	position: static;
}

.swBrandTree li li { margin-left: 18px; }
.swBrandTree li a
{
	padding-left: 0px;
}

.swBrandTree ul ul {
	float: none;
	width: auto;
}

.swBrandTree li { font-weight: bold; line-height: 18px;; }
.swBrandTree li li li { font-weight: normal; }
.swCategoryList tbody tr.swEmptyRow td { border-color: transparent; }

.swCartDetails .swCartDetailsStateOpened, .swCartDetails.swCartDetailsOpen .swCartDetailsStateClosed
{
	display: none;
}

.swCartDetailsStateOpened .swTitle {
	font-size: 1em !important;
}

.swCartDetails.swCartDetailsOpen .swCartDetailsStateOpened, .swCartDetails .swCartDetailsStateClosed
{
	display: block;
}

.swCartPrice.swCartOnSale .swCartBasePrice
{
	text-decoration: line-through;
}

.swCartPrice.swCartOnSale .swCartSalePrice
{
	color: red;
}

.swCartPrice.swCartOnSale .swCartSaleText
{
	color: red; font-weight: bold;
}

.required.swFieldError, .sw_formContainer input.required.swFieldError, .sw_formContainer input.swFieldError,
#swCart input.required.swFieldError, #swCart textarea.required.swFieldError, #swCart select.required.swFieldError,
#swCheckout input.required.swFieldError, #swCheckout textarea.required.swFieldError, #swCheckout select.required.swFieldError
{

	background-color:#FFE5E5 !important;
	border:1px solid #FF0000;
}

#checkout_giftCard_popUp_submit {
	position: absolute; 
	bottom: 2em;
	right: 10px; 
	height: 2em; 
	width: 250px; 
	text-align: right; 
	z-index: 5;
}

* html #checkout_giftCard_popUp_submit, * html #checkout_giftCard_popUp_cancel {
	bottom: 0em;
}

#checkout_giftCard_popUp_cancel {
	position: absolute; 
	bottom: 2em;
	left: 10px; 
	height: 2em; 
	width: 250px; 
	text-align: left; 
	z-index: 5;
}

/* News Detail Formatting */

.option {
	border-bottom: 1px solid #ccc;
	padding: 10px; 
	text-align: right;
	margin: 0 0 3em 0;
}

.option select, .option form {
	margin: 0px;
}

/* Attached Documents */

.attachedFiles {
	margin: 10px 0 0 40px;
	padding: 0px;
}

.attachedFiles li {
	padding: 0px;
	margin: 0 0 10px 0;
	position: relative;
	vertical-align: top;
	height: 45px;
}

.attachedFiles li span.title {
	position: absolute;
	top: 8px;
	margin: 0px;
	padding: 0px;
}

* html .attachedFiles li span.title {
	position: absolute;
	top: 8px;
	left: 5px;
}

.attachedFiles li span.grey {
	position: relative;
	top: -5px;
	left: 0px;
}

* html .attachedFiles li span.grey {
	position: relative;
	top: 25px;
	left: 5px;
}

/* Category Grid Formatting */

.categoryGridBlock {
	display: block;
	width: 100%;
	height: auto;
}

.categoryGridItem {
	float: left; 
	padding: 0px;
	margin: 10px 15px;
	text-align: center; 
	width: 150px;
	font-size: 1em;
	position: relative;
	z-index: 2;
}

* html .categoryGridItem {
	margin: 10px 12px;
}

.categoryGridItem a {
	text-decoration: none;
}

.categoryGridItem a:hover {
	text-decoration: underline;
}

.categoryGridItem img {
	margin-bottom: 1em;
}

.categoryGridClear {
	width: 100%; 
	height: 1px; 
	border-bottom: 1px solid #000;
	padding-top: 210px;
	position: relative;
	z-index: 1;
}

* html .categoryGridClear {
	margin-top: -210px;
}

*:first-child+html .categoryGridClear {
	margin-top: -210px;
}

.row1 {  /* Apply background color to row 1 of category grid */
	background-color: #fff;
}
.row2 {  /* Apply background color to row 2 of category grid */
	background-color: #fff;
}


.sale {
	text-decoration: line-through;
	margin: 0 5px 0 0;
}

.currentProductCategory a
{
	font-weight: bold;
}

.currentProductCategory ul a
{
	font-weight: normal;
}


/*  Form Styles */



#submit {
	width: 61px !important;
	margin: 0 0 -5px 5px;
	border: 0px;
	padding: 0px;
}

#searchButton {
	width: 28px !important;
	margin: 0 0 -6px 0;
	border: 0px;
	padding: 0px;
}

* html #searchButton {
	margin: 0 0 -4px 0;
	padding: 0px;
}


label {
	margin-right: 2px;
}

form {
	margin: 0px;
	padding: 0px;
}


a.viewLarge {
	background: url(public_global_images/img_viewLarge.jpg) left no-repeat;
	display: block;
	width: 100px;
	height: 13px;
	text-indent: 18px;
	line-height: 13px;
	margin: 10px 0 0 0;
	padding: 0px;
	text-decoration: none;
}

a.viewLarge:hover {
	text-decoration: underline;
}

a.viewDeals {
	background: url(public_global_images/img_doubleArrow.jpg) left no-repeat;
	display: block;
	width: auto;
	height: 17px;
	text-indent: 32px;
	line-height: 17px;
	margin: 0 0 0 5px;
	padding: 0px;
	text-decoration: none;
	color: #ff0000 !important;
	font-size: 0.92em;
}

* html a.viewDeals {
	margin: 0 0 0 5px !important;
}

*:first-child+html a.viewDeals {
	margin: 0 0 0 5px !important;
}

a.viewDeals:hover {
	text-decoration: underline;
	color: #ff0000;
}


.borderTopClearLeft {
	width: 100%; 
	height: 1px; 
	border-bottom: 1px solid #000;
	clear: left;
	margin: 1em 0 0 0;
}

.dashedBorderTopClearBoth {
	width: 100%; 
	height: 1px; 
	border-bottom: 1px dashed #ccc;
	clear: both;
	margin: 1em 0 0 0;
}

.borderBottomSpacing {
	margin: 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #cccccc;
}

.border-top {
	border-top: 1px solid #000;
}

.border-bottom {
	border-bottom: 1px solid #000;
}

.noBorderPadding {
	padding: 0px !important;
	border: 0px !important;
}

.border {
	border: 1px solid #000;
}

.topPadding {
	margin-top: 1em;
}

.rightPadding {
	margin-right: 1em;
}

.bottomPadding {
	margin-bottom: 1em;
}

.leftPadding {
	margin-left: 1em;
}

.clear {
	clear: both;
}

.floatLeft {
	width: 100%; 
	display: block; 
	float: left;
}

.smallImagePadding {
	margin: 1em 1em 0 0;
}

.seperator {
	margin: 0 5px;
}

a.linkSmall {
	font-size: 0.83em;
	line-height: 1.5em;
}

.copyrightNotice {
	padding: 0.5em;
	font-size: 0.83em;
	color: #999;
}

.copyrightNotice a, .copyrightNotice a:visited, .copyrightNotice a:active {
	text-decoration: none;
	color: #999;
}

.copyrightNotice a:hover {
	text-decoration: none;
	color: #000;
}

.sightWorksTag  {
	float: right;
}

@media print
{

body.accountOrder #headerOuterWrap
{
	display: none;
}
body.accountOrder #content { margin-top: 0; }
body.accountOrder #leftColumnOuterWrap { display: none; }
body.accountOrder h1 { display: none; }
body.accountOrder .sw_formHeaderLinks { display: none; }
body.accountOrder .swCartDetailsStateClosed { display: none; }
body.accountOrder .swCartDetailsStateOpened { display: block; }
body.accountOrder .swCartDetailsStateOpened a img { display: none; }
body.accountOrder #middleColumnOuterWrap { width: 100%; }
}

.swCartDetailsOpen .swCartDetailsStateClosed { display: none; }
/* .swCartDetails .email { display: none; } */

/*
.swCartDetailsOpen .packageContainer
{
	margin-left: -2em;
	margin-top: -0.75em;
}
*/

body.emailReciept .swCartDetails .swCartDetailsStateClosed { display: none; }
body.emailReciept .swCartDetails .swCartDetailsStateOpened { display: block; }
body.emailReciept .swCartDetails .website { display: none; }
body.emailReciept .swCartDetails .email { display: inline; }

.label {
	padding-top: 0px;
	padding-bottom: 3px;
	margin-right: 1em;
}

.starOn, .starOff {
	float: left;
}

a .starOff {
	background: url(../images_shared/star.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

a .starOn {
	background: url(../images_shared/star.gif) 0 -32px no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

.rating img {
	margin-bottom: -2px;
}

div.nothingToDisplay
{
	text-align: center;
	font-style: italic;
}

