/***********************************************/
/* styles.css                             */
/*          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: auto;
	padding: 0px;
	text-align: left;
	background-color:#FFFFFF;
}

#outerbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


	
a{
	color: #006699;
	text-decoration: none;
	font-size:12px;
}

a:link{
	color: #006699;
	text-decoration: none;
	font-size:12px;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 font-weight: normal;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 16px;
 color: #006699;
 margin: 0px;
 padding: 5px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 24px;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 20px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
 list-style: outside;
 font-size:12px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 3px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}

#navBar{
	float: left;
	width: 156px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}


#headlines{
	float:right;
	width: 175px; 
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size:12px;
	padding: 10px 0px 10px 10px;
	margin: 0px;
}

#content{
	float: left;
  	width: 628px;
	margin-left: auto;
	margin-right:auto;
}

.articleheadline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color:#996699;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 0px 0px;
}

.callus {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333366;
	text-align: right;
	position: relative;
	float:right;
	width: 980px;
	top: 25px;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F2F2F;
	font-size:12px;
	margin-top: 0px;
	text-decoration:none;
	float:right;
	width: 980px;
	text-align: right;
}

.basket {
	border:none;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* .menu styles **************/


.menu {
	background-image: url('images/menui.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 101px;
	height: 30px;
} 

.menu a:link, .menu a:visited {
	display: block;
	font-size: 12px;
	text-align: center;
	color:#003366;
	text-decoration: none;
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	line-height: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.menu a:hover{
	color:#9933CC;
}

.menu .ActiveTab {
	background-image: url('images/menu.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 101px;
	height: 30px;
	color:#FFFFFF;
	text-decoration: none;
}


.menu .ActiveTab a:link, .menu .ActiveTab a:visited {
	display: block;
	font-size: 12px;
	text-align: center;
	color:#FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	line-height: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


.menu .ActiveTab a:hover{
	text-decoration: none;
	color:#FFFF00;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size:12px;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-family: Arial,sans-serif;
 	font-size: 11px;
 	color: #003366;
	padding: 2px 0px 0px 10px;
}

#breadCrumb a:link, #breadCrumb a:visited {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color:#003366;
	font-weight: bold;
	text-decoration: none;
}


#breadCrumb a:hover{
	color:#003366;
	text-decoration: underline;
}
/************** .feature styles ***************/

.feature{
	clear: both;
	padding: 0px 0px 3px 10px;
	font-size:12px;
	border-top: 1px solid #999999;
	width: 570px;
	text-align: left;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
	font-size:24px;
}

.feature h1{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	font-weight: bold;
}

.feature img{
	float: left;
	padding: 0px 3px 0px 0px;
}

.feature a:link, .feature a:visited {
	color:#333333;
}


.feature a:hover{
	color:#333333;
}
/************** .story styles *****************/

.story{
	
	padding: 3px 10px 0px 10px;
	font-size:12px;
	width: 570px;
	text-align: left;
}

.story p{
	padding: 0px 0px 0px 0px;
}


/************* #siteInfo styles ***************/

#icons {
	clear: both;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#siteInfo{
	clear: both;
	font-size:10px;
	color:#666666;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#siteInfo a:link, #siteInfo a:visited {
	
	font-size: 10px;
	text-align: center;
	color:#666666;
	padding: 5px 0px 5px 0px;
	margin: 0;
	text-decoration: none;
}


#siteInfo a:hover{
	text-decoration: underline;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size:10px;
}

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

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar ul {
	 list-style-type: square;
	 list-style-position: inherit;
	 margin:0; 
	 padding: 0;
	 font-size:12px;
} 

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/**#navBar li {border-bottom: 1px solid #EEE; 
 list-style-type: square;
 list-style: outside;
 list-style-position:inherit;
 font-size:10px;
}
**/
#navBar p {
	background-color:#FFFFFF;
	border-right: 0px;
	border-bottom: 0px;
}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

.headerbar, .headerbar TD, .headerbar TH
{
	background-color:#E3D2F4;
	color:white;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height:30px;
}
.uheaderbar, .uheaderbar TD, .uheaderbar TH
{
	background-color:#D5DFFF;
	color:white;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-top: 2px;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 1px 0px 2px;
	font-size: 12px;
	background-color: #F3EEF8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C9ADD9;
	border-right-color: #C9ADD9;
	border-bottom-color: #C9ADD9;
	width: 156px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#sectionLinks h3{
	padding: 10px 1px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	font-size: 12px;
	background-color: #F3EEF8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C9ADD9;
	border-bottom-color: #C9ADD9;
	border-right: 1px solid #C9ADD9;
	width: 156px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	line-height: 12px;
}

.relatedLinks h3{
	padding: 10px 2px 2px 1px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
	padding: 0px 2px 0px 1px;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

.menu-feature {
	clear: both;
	width: 150px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	text-align: center;
	border-top: 1px solid #996699;
	border-left: 1px solid #996699;
	border-right: 1px solid #996699;
	border-bottom: 1px solid #996699;
	margin-bottom: 5px;
	margin-top: 20px;
}

.menu-feature .menu-feature-content {
	text-align: center;
	margin: auto;
}

.menu-feature  .menu-feature-content .big {
	border: 0px;
	color: #996699;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
}


.menu-feature  .menu-feature-content .small {
	border: 0px;
	display: block;
	color: #c9add9;
	font-size: 11px;
	padding: 0px 0px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.menu-feature .menu-feature-bottom {
	clear:both;
	background-color: #c9add9;
	margin: 0px;
	padding: 0px;
	width: 150px;
	display: block;
	height: 13px;
}

.menu-feature .menu-feature-bottom a:link, .menu-feature .menu-feature-bottom a:visited {
	border: 0px;
	color:#cc0066;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menu-feature .menu-feature-bottom a:hover {
	color:#FFFF66;
}

#headlines h4{
	padding: 10px 10px 10px 10px;
	text-align: left;
	color:#CC0066;
}

#headlines a:link, #headlines a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	text-decoration: none;
	color:#CC0066;
	padding-top: 5px;
}

#headlines a:hover { text-decoration: underline; }

.welcomeimage img {
	border: 0px;
}


.iconstbl2 { 
	margin-left:auto; 
	margin-right:auto; 
	background-color:#FFFFFF;
	border-bottom: 1px solid #999999;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.aritiny {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal;}
.aritiny a:link    {color:#0000D2; text-decoration:none; font-size: 10px;}
.aritiny a:visited {color:#0000D2; text-decoration:none; font-size: 10px;}
.aritiny a:hover   {color:#0000FF; text-decoration:underline;}

.ver1 {font-family: Verdana, Arial, Helvetica; font-size: 12px}
.ver2 {font-family: Verdana, Arial, Helvetica; font-size: 15px}
.ver3 {font-family: Verdana, Arial, Helvetica; font-size: 17px}
.ver4 {font-family: Verdana, Arial, Helvetica; font-size: 20px}
.ver5 {font-family: Verdana, Arial, Helvetica; font-size: 27px}
.ver6 {font-family: Verdana, Arial, Helvetica; font-size: 34px}

.box {
	background: url('images/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%
}
.boxhead {
	background: url('images/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left
}
.boxhead h4 {
	background: url('images/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 10px 30px 3px 20px;
	color: #7569CD;
	font-weight: bold;
	font-size: 10px;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boxbody {
	background: url('images/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 20px 18px 6px;

}
.boxbody h3 {
	font-size: 13px!important;
	color: #AE2B2B!important;
	margin: 0px!important;
	padding: 0px!important;
	font-weight:bold!important;
}

/**.text {
	font-size: 12px;
	padding-left: 28px;
	padding-top: 2px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

.text a:link, .text a:visited {
	text-decoration: none;
	color: #990000;
	font-weight:normal;
}

.text  a:hover{
	text-decoration:underline;
}**/

.pageoptions .pages {
	color: #835A5A;
	font-size:11px;
	padding-left: 29px;
	padding-top: 8px;
	float: left;
	height: 22px;
}
.pageoptions .pages a:link, .pageoptions .pages a:visited {
	color: #999999; /**9F2929**/
	font-weight:bold;
	text-decoration:none;
	padding: 2px 6px 2px 7px;
	margin-right: 1px;
	
}
.pageoptions .pages a:hover, .pageoptions .pages .current{
	color: #FFFFFF!important;
	background-color: #999999;
}

.pageoptions .orderoptions{
	float: right;
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 18px;
}
.pageoptions .orderoptions a:link, .pageoptions .orderoptions a:visited {
	color: #835A5A; /**835A5A**/
	font-weight:bold;
	text-decoration:none;
}

.pageoptions .orderoptions img{
	border:none;
	float:left;
	padding-right: 7px;
}

.featuredrow {
	clear: both;
	padding-bottom: 4px;
}

.itemrow {
	padding-left: 12px;
	clear: both;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.itemrow .item {
	background-image: url('images/itemBoxBg.gif');
	background-repeat: repeat-y;
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 0px;
	overflow: visible;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
.itemrow .item a:link, .itemrow .item a:visited {
	text-decoration:none;
}

.itemrow .item .image img{
	border: none;
        margin-top: 10px;
}

.itemrow .item .image {
	background-image: url('images/itemBoxTop.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	text-align: center;
	float: left;
	padding-right: 9px;
	border: none;
	padding-top: 15px
	padding-left: 1px;
	margin-top: 0px;
	padding-bottom: 9px;
	_height: 125px;
	min-height: 125px;
	overflow: visible;
	position: relative;
}

.itemrow .item .image .saving {
	border: none;
	margin-top: 2px;
	text-align: left;
	height: 52px;
    position:absolute;
    padding-top: 0;
	left:0px;
	top: 0px;
}

.itemrow .item .footer {
	background-image: url('images/itemBoxFooter.gif');
	background-repeat: no-repeat;
	background-position: left bottom
}
.itemrow .noted .footer {
	background-image: url('images/itemBoxFooterNoted.gif') !important;
}
.itemrow .item .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A352F;
	padding-right: 12px;
	padding-left: 5px;
	text-align: center;
	line-height: 11px;
	padding-bottom: 4px;
	margin-top: 1px;
	_height: 22px;
	min-height: 22px;
}

.itemrow .item .oldprice {
	color: #666666;
	text-decoration: line-through;
	font-size: 12px;
	float: left;
	padding-left:18px;
	cursor: hand;
}
.itemrow .item .price {
	color: #990000;
	font-size: 12px;
	float: right;
	font-weight: bold;
	padding-right: 24px;
	cursor: hand;
	padding-bottom: 4px;
}

.itemrow .item .price .cents {
	font-size: 10px;
}
.itemrow .item .footer {
	clear: both;
	height: 27px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 21px;
}

.itemrow .item .footer .notetoggle {
	float:left;
}

.itemrow .item .footer .notetoggle a:link, .itemrow .item.footer .notetoggle a:visited {
	display:block;
	width:16px;
	height:15px;
	margin-left:10px;
	margin-top:1px;
}
.itemrow .item .footer .link {
	float:right;
}
.itemrow .item .footer a:link, .itemrow .item .footer a:visited {
	color: #000099;

}

.itemrow .item .footer a:hover{
	text-decoration:underline;
}

.title h1{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	font-weight: bold;
}

.title a:link, .title a:visited {
	display:block;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}


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