body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body#grey {
	background-color: #CDCDCD;
}
body#blue {
	background-color: #00183B;
}
body#black {
	background-color: #000000;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p, h1, h2, h3, ul, li, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.5;
}
ul, li, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: normal;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	color: #666666;
	display: block;
	margin-bottom: 0.2em;
	font-weight: bold;
	margin-top: 0.5em;
	font-size: 10px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
input.button {
	color: #333333;
	border: 2px outset #999999;
	background-color: #CCCCCC;
	font-weight: bold;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #396AAF;
	text-decoration: underline;
	cursor: pointer;
}
/*=============================================================*/
#topperFunction {
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0.5em;
	color: #999999;
}
#grey #topperFunction a {
	color: #333333;
	text-decoration: none;
}
#grey #topperFunction a:hover {
	color: #000000;
	text-decoration: none;
}
#blue #topperFunction a {
	color: #FFFFFF;
	text-decoration: none;
}
#blue #topperFunction a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#black #topperFunction a {
	color: #E0CF89;
	text-decoration: none;
}
#black #topperFunction a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#grey #topper {
	width: 730px;
	height: 36px;
	background-image: url(images/topperFunction_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 25px;
	overflow: hidden;
	position: relative;
	text-align: left;
}
#blue #topper {
	width: 730px;
	height: 36px;
	background-image: url(images/topperFunction_bg_blue.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 25px;
	overflow: hidden;
	position: relative;
	text-align: left;
}
#black #topper {
	width: 730px;
	height: 36px;
	background-image: url(images/topperFunction_bg_black.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 25px;
	overflow: hidden;
	position: relative;
	text-align: left;
}
#mainMenu {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(images/mainMenu_gap.png);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	width: 565px;
	position: relative;
}
#mainMenu li {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	font-size: 11px;
	background-image: url(images/mainMenu_gap.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#mainMenu li a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 12px;
	color: #FFFFFF;
}
#grey #mainMenu a:hover {
	background-image: url(images/mainMenu_bgon.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#grey #mainMenu a.in {
	background-image: url(images/mainMenu_bgin.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#grey #mainMenu a.in:hover {
	background-image: url(images/mainMenu_bgin.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#blue #mainMenu a:hover {
	background-image: url(images/mainMenu_blue_bgon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#blue #mainMenu a.in {
	background-image: url(images/mainMenu_blue_bgin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#blue #mainMenu a.in:hover {
	background-image: url(images/mainMenu_blue_bgin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#black #mainMenu a:hover {
	background-image: url(images/mainMenu_black_bgon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#black #mainMenu a.in {
	background-image: url(images/mainMenu_black_bgin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#black #mainMenu a.in:hover {
	background-image: url(images/mainMenu_black_bgin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#searchBar {
	float: right;
	margin-top: 8px;
	width: 150px;
	height: 20px;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
	/*background-image: url(images/searchBar_bg.png);
	background-repeat: no-repeat;
	background-position: right;*/
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;*/
}
#searchBar a {
	color: #FFFFFF;
	font-weight: bold;
}
#searchBar input {
	font-size: 11px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*width: 100px;*/
	color: #333333;
}
#mainFrame {
	padding: 7px;
	width: 756px;
	height: 486px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	position: relative;
}

#grey .mainbg {
	background-image: url(images/mainFrame_bg.png);
	background-repeat: no-repeat;
}
#grey .mainbg_price {
	background-image: url(images/byPrice/mainFrame_bg.png);
	background-repeat: no-repeat;
}
#mainFrame .sidemenu {
	float: left;
	width: 147px;
	/*margin-top: 150px;*/
}
#mainFrame .sidemenu .diyawards_logo {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 90px;
	width:100%;
	text-align:center;
}
#mainFrame .sidemenu ul {
	list-style-position: outside;
	list-style-type: none;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
}
#mainFrame .sidemenu h2 {
	background-image: url(images/sideMenu_bg01.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 1px;
	font-size: 12px;
	background-position: top;
}
#mainFrame .sidemenu h2 a.award_by_price{
	color: #FFFFFF;
	height: 18px;
	font-size: 12px;
	text-decoration: none;
}
#mainFrame .sidemenu h2 a.award_by_price:hover{
	color: #CCCCCC;
	text-decoration: none;
}
#mainFrame .sidemenu h2.out_cat {
	background-image: url(images/sideMenu_bg01.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1px;
	background-position: top;
}
#mainFrame .sidemenu h2.in {
	background-image: url(images/sideMenu_bgin01.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#mainFrame .sidemenu h2.in_cat {
	background-image: url(images/sideMenu_bgin01_diy.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1px;
	background-position: top;
}
#mainFrame .sidemenu h2.in_diy {
	background-image: url(images/sideMenu_bgin01.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1px;
	background-position: top;
}
#mainFrame .sidemenu li {
	display: block;
	margin-bottom: 1px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainFrame .sidemenu li.seperator {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	border-bottom: dashed 1px #CCCCCC;
	margin: 1px 6px 1px 4px;
	overflow: hidden;
}
#mainFrame .sidemenu li a {
	display: block;
	padding-right: 2px;
	padding-left: 5px;
	height: 15px;
	padding-top: 2px;
}
#mainFrame .sidemenu li a:hover {
	background-image: url(images/sideMenu_bgon02.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	text-decoration: none;
}
#mainFrame .sidemenu li a.out_diy:hover {
	background-image: url(images/sideMenu_bgon02_diy.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #999999;
	text-decoration: none;
}
#mainFrame .sidemenu li a.in {
	background-image: url(images/sideMenu_bgin02.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	text-decoration: none;
}
#mainFrame .sidemenu li a.in_diy {
	background-image: url(images/sideMenu_bgin02_diy.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	text-decoration: none;
}
#mainFrame .sidemenu li a.in:hover {
	background-image: url(images/sideMenu_bgin02.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	text-decoration: none;
}
#mainFrame .sidemenu #itk_ul li a.out_diy:hover {
	background-image: url(images/sideMenu_bgon02_diy.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #999999;
	text-decoration: none;
}
#mainFrame .sidemenu #itk_ul li a.in_diy {
	background-image: url(images/sideMenu_bgon02_diy.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	text-decoration: none;
}
#mainFrame .content {
	float: right;
	/*position: absolute;
	left: 154px;
	top: 7px;*/
	width: 609px;
	height: 486px;

}

#mainFrame .content .article {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
}
.bottomBut {
	text-align: right;
	margin-top: 20px;
}
.bottomBut img {
	padding-left: 10px;
}
.bottomBut02 {
	text-align: center;
}
.bottomBut02 img {
	padding-left: 2px;
	padding-right: 2px;
}

#footer {
	text-align: center;
}
#grey #footer {
	color: #904B4B;
	padding-top: 5px;
	padding-bottom: 5px;
}
#grey #footer a {
	color: #904B4B;
}
#grey #footer a:hover {
	color: #532B2B;
	text-decoration: underline;
}

#copyright {
	color: #666666;
	padding: 5px;
}
.must {
	color: #FF0000;
}
/*=============================================================*/

.circleTitleBox {
	position: relative;
	background-image: url(images/byPrice/circleBoxBG.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 10px;
	margin: auto;
}
.circleTitleBox .uprow {
	background-image: url(images/byPrice/circleBoxBG.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
	margin-right: -10px;
	padding-right: 10px;
	height: 41px;
}
.circleTitleBox .uprow h2 {
	background-image: url(images/byPrice/circleBoxBG.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: StoneSans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
}
.circleTitleBox .downrow {
	background-image: url(images/byPrice/circleBoxBG.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-right: -5px;
	padding-bottom: 10px;
}
.content #centerColumn {
	margin-left: 5px;
	margin-top: 1px;
}
#centerColumn .title {
	margin-bottom: 3px;
}
#ulByPrice {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	padding-top: 24px;
}
#ulByPrice li {
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
}
#ulByPrice li a{
	color: #315165;
	text-decoration: underline;
}
.searchLabel {
	margin: 3px 0px;
	font-size: 11px;
}
#centerColumn .searchBoxes {
	margin-bottom: 3px;
}
#ulPromos {
	list-style-type: none;
}
#ulPromos li {
	float: left;
	margin-right: 5px;
}
#ulPromos li.last {
	margin-right: 0px;
}
.searchLabel {
	font-size: 10px;
}
#centerColumn .promoBar {
	margin-bottom: 3px;
}
.content #rightColumn {
	height: 470px;
	padding: 8px 8px 8px 6px;
}
#rightColumn .feature {
	font-family: StoneSans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 23px;
	padding-top: 3px;
	margin-bottom: 3px;
}
#rightColumn .featureImg {
	margin-bottom: 3px;
}
#div_shipping {
	width:142px; 
	height:159px; 
	margin: 0px auto;
	cursor:pointer;
	text-align:left;
	overflow: hidden;
}
.stdShipping {
	background-image: url(/images/byPrice/shipping_std.jpg);
	background-repeat: no-repeat;
}
.expShipping {
	background-image: url(/images/byPrice/shipping_exp.jpg);
	background-repeat: no-repeat;
}
#div_shipping #calendar {
	width:72px; 
	height:64px; 
	margin-left:53px;
	margin-top:44px;
	position:relative; 
	cursor:pointer;
}
.primeMsg {
	margin-left: 5px;
	overflow: hidden;
	width: 400px;
	height: 22px;
}
.primeMsg h1, .primeMsg h3{
	margin:0px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
	line-height:100%;
}
#grey .primeMsg {
	color: #333333;
}
#blue .primeMsg {
	color: #FFFFFF;
}
#black .primeMsg {
	color: #E0CF89;
}
#footer #secureTracking {
	text-align: center;
	width: 756px;
	margin: 5px auto;
}
#footer #tblSecureTracking {
	margin: 0px auto;
}
