/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------
//	Body tag, main menu and DHTML menu styles are in /site/css/header.css
//--------------------------------------------------------------------------------------------------------*/
body
{
	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	font-size: 13px;
	color:					#333333;
}
/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#0f65a0;
}

a:hover
{
	color:					#f08f1e;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Customize			----------------------------*/
	width:					1020px;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#content
{
	background-color:		white;

	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;

	padding:				15px 22px 20px 20px;
	margin-bottom: 10px;
}

.newsscroller
{
	margin:					10px 0px;
	background-color:		white;

	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;

	padding:				10px 22px;
}

table#body
{
	margin-right:			10px;
	border-collapse:		collapse;
	width:					1010px;
}

/*	See sectionnav CSS tempaltes for td#left	*/

td#main
{
	padding:				0px 0px 0px 10px;
}

/*	Optional sitebar	*/
td#right
{
	width:					200px;
	padding:				0px 0px 0px 10px;
	background-color:		#0F65A0;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px;
	padding-left:			160px;

	line-height:			12px;
	font-size:				10px;
	color:					#b7d1e3;
}

#footer a
{
	color:					#b7d1e3;
}


#footer ul
{
	width:					100%;
	margin:					0;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				0px
}

#footer li .divider
{
	padding: 0 7px;
}
#footer p
{
	clear: both;
	margin-top: 5px;
}
form#search
{
	position:				absolute;
	top:					11px;
	left:					810px;

	width:					200px;
	height:					25px;

	background-image:		url( /site/images/bg_form_search.png );
	background-position:	top left;
	background-repeat:		no-repeat;
}

form#search input#findtext
{
	position:				absolute;
	top:					0px;
	left:					0px;

	border:					0px;
	width:					160px;
	background:				transparent;
	padding:				5px 5px 5px 11px;
	line-height:			15px;
}
form#search input#searchbutton
{
	position:				absolute;
	top:					0px;
	left:					176px;

}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:      0 0 .7em 0;
	padding:     0px;
	font-weight: normal;
	font-size:   1.6em;
}

h1 a,h1 a:hover
{
	color:       #0f65a0;
}

#popup-box h1
{
	margin-top:  10px;
	text-align:  center
}

h2
{
	margin:      0px 0px 0.2em 0px;
	padding:     0px;
	
	font-weight: bold;
	font-size:   14px;
	color:       #0f65a0;
}

h3
{
	margin:      .75em 0em .25em 0em;
	font-weight: bold;
	font-weight: 1em;
}

/*---------------------------------------------------------------------------------------------------------
//	Content Styles
//--------------------------------------------------------------------------------------------------------*/
.bodytext
{
	margin:					0px;
	padding:				0 0 10px 0px;

	line-height:			1.6em;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

.featurebox
{
	border-radius:         6px;
	-moz-border-radius:    6px;
	-webkit-border-radius: 6px;
	background-color:      #E7EFF5;
	padding:               10px 10px 13px;

	line-height:           17px;
	font-size:             12px;
	width: 280px;
	margin: 0px 20px 20px 0;
}

.featurebox ul
{
	padding-left: 1.5em;
	margin-left: 0;
}

.featurebox ul li
{
	margin-bottom: .5em;
}

.product-list .thumbnail
{
	float: none;
}

#product-table
{
	border-collapse: collapse;
	clear: both;
}

#product-table td
{
	width: 300px;
}

#product-table .expand
{
	width: 300px;
	border-bottom: 1px solid #ccc;
}

#product-table .expandable
{
	width: 300px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.plus
{
	background: transparent url(/site/images/plus.gif) no-repeat right center;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
.widget,.ad { margin:   0px 0px 12px;}

.widget
{
	border-radius:         6px;
	-moz-border-radius:    6px;
	-webkit-border-radius: 6px;
	background-color:      #4b8cb8;
	padding:               10px 10px 13px;

	line-height:           17px;
	font-size:             12px;
	color:                 white;
	width: 180px;
}

.widget h2
{
	padding:               2px 0;
	margin:                -2px 0px 3px 0px;
	line-height:           24px;
	font-weight:           bold;
	font-size:             14px;
	color:                 white;
}

h2.icon
{
	background-position:   center left;
	background-repeat:     no-repeat;
	padding-left:          32px;
}

h2.expand
{
	cursor:                pointer;
}

.expandable
{
	display:               none;
}

.widget label
{
	display:               block;
	margin-top:            8px;
	font-size:             10px;
}

.widget input,
.widget select,
.widget textarea
{
	width:                 170px;
}

button.print
{
	background: #0F65A0 url('/site/images/printer.gif') no-repeat left center;
	padding-left: 35px;
}

button, a.button
{
	border: none;
	height:                23px;
	line-height:           23px;

	margin:                0px;
	padding:               0px 12px;
	border-radius:         4px;
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;

	background-color:      #F08F1E;

	font-weight:           bold;
	font-size:             12px;
	color:                 white!important;
}

#right button, #right a.button
{
	border:                1px solid #b7d1e3;
}


#mini-cart
{
	margin-bottom: 15px; 
	border-collapse: collapse;
	width: 180px;
}

#mini-cart th
{
	color: #93BAD4;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 5px;
	border-bottom: 1px solid #93BAD4;
}

#mini-cart td
{
	padding: 5px 0px;
	border-bottom: 1px dotted #93BAD4;
	text-align: left;
	vertical-align: bottom;
}

#mini-cart h2 { background-image: url('/site/images/cart_icon.gif'); }

.widget a {color: white;}
.widget a:hover {color: white;}

a.button{ display: inline-block; }
a.button:hover { color: white; }

#promo a#promo-1
{
	padding-top: 0px;
	border-top:  none;
	margin-top:  0px;
}

#promo a
{
	display:        block;
	padding-top: 5px;
	border-top:  1px solid #93BAD4;
	margin-top:  5px;
}

#promo h2 { background-image: url('/site/images/sale_tag_white.png'); }

.widget .list-item
{
	border-top: 1px solid #93BAD4;
	padding: .5em 0;
}

.widget .first
{
	border-top: none;
	padding-top: none;
}
/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-weight:			bold;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					29px;

	margin:					0px -22px 15px;

	border:					2px solid white;
	border-bottom:			0px;

	-moz-border-radius-topleft:			6px;
	-moz-border-radius-topright:		6px;
	-webkit-border-top-left-radius:		6px;
	-webkit-border-top-right-radius:	6px;

	background-color:		#dddddd;

	padding:				0px 11px;
	white-space:			nowrap;

	line-height:			29px;
	font-size:				11px;
	color:					#555555;
}

#breadcrumb a
{
}

#breadcrumb .static
{
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}



/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:				0px 10px 0px 0px;
}

.inline-digg
{
	float:					left;
	margin:					3px 10px 5px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0 0 .7em 0;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	jQueryTabs
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
#pagetabs ul#tabs
{
	list-style-type:		none;
	margin:					0px -22px;

	background-position:	bottom left;
	background-repeat:		repeat-x;

	padding:				0px 0px 0px 10px;

	height:					29px;

	line-height:			29px;
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				0.72em;
}

#pagetabs ul#tabs li
{
	display:				block;
	float:					left;
	margin:					0px 2px 0px 0px;
	height:					29px;
	text-align:				center;
}

#pagetabs ul#tabs a
{
	display:				block;
	width:					115px;
	height:					28px;
	padding:				0px 0px;

	-moz-border-radius-topleft:			6px;
	-moz-border-radius-topright:		6px;
	-webkit-border-top-left-radius:		6px;
	-webkit-border-top-right-radius:	6px;


	background-color:		#d9ebf6;
	background-position:	bottom center;
	background-repeat:		no-repeat;

	color:					#74a8cb;
}
#pagetabs ul#tabs a.selected
{
	border:                    1px solid #0079c3;
	border-bottom:             1px solid white;
	background-color:          white;
	color:                     #0f65a0;
}

#pagetabs
{

}

.tabcontent
{
	margin:                    0px -22px;
	border-top:                1px solid #0079c3;
	padding:                   10px 22px;
}

.pagenav
{
	font-size:                 11px;
}

.right
{
	float:                     right;
	margin:                    0px 0px 15px 10px;
}

.price-option
{
	padding:                   5px 0;
	width:                     100%;
	border-bottom:             1px dotted #ccc;
}

.price-option .cb
{
	float:                     right;
}

.left
{
	float:                     left;
	margin:                    0 20px 15px 0;
}

a.title-link { font-weight: bold;}

.no-image
{
	width:                     200px;
	background-color:          #ccc;
	color:                     white;
	padding:                   50px 25px;
	text-align:                center;
	float:                     right;
	margin-left:               20px;
	margin-bottom:             10px;
}

.missing-thumbnail
{
	width:                     60px;
	padding:                   10px;
	background-color:          #ccc;
	color:                     white;
	text-align:                center;
	margin-right:              0px;
}

.add-to-cart
{
	float:                     right;
	font-size:                 .8em;
	font-weight:               normal
}

.discount-display
{
	white-space:nowrap;
}

.regular-price
{
	font-size: .8em;
}

.saleicon
{
	position: relative;
	float: left;
}

.saleicon img
{
	position: absolute;
	top: -3px;
	left: -10px;
}

.price-option .saleicon img
{
	top: -3px;
	left: -20px;
}
