@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
	height: 100%;
}
body {
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

#header {
	width:100%;
	height:126px;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
}
.ie_fix_main {
  *text-align: center;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.ie_fix_main .wrap {
  *text-align: left;
}
.wrap {
	width: 920px;
	margin: 0 auto;
}
#logo {margin:10px 0px 0px 5px;}

#header-buttons {
	float:right;
	margin:10px 50px 0px 0px;
}

#nav {
	width:100%;
	height:37px;
	background-image:url(../images/nav.png);
	background-repeat:repeat-x;
}
/*#nav .wrap {
  width: 960px;
}
*/
#nav-shadow {
	width:100%;
	height:14px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
}
#nav td {
  height: 36px;
  vertical-align: top;
}
#nav a {
	height:35px;
	line-height:35px;
	display:block;
	float:left;
	padding: 0px 11px 0px 11px;
	m argin:0px 17px 0px 17px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#nav a:hover {
	background-image:url(../images/hover.png);
	background-repeat:repeat-x;
	border:#00c1ff 1px solid;
	padding:0px 10px 0px 10px;
}

#subscribe {
	float:right;
	margin-top: 1em;
	margin-right:60px;
	width:250px;
}
#subscribe img {
  float: right;
}
#contentwrap {
	width: 920px;
	margin: 15px auto 0;  
	padding:0px;
}

.deal {
	w idth:589px;
}

.deal-content {
	*width:589px;
	/*background-image:url(../images/deal-middle.png);*/
	background-color: #FFF;
	background-repeat:repeat-y;
	padding:0px 10px 0px 10px;
}
.deal-content table td{
  vertical-align: top;
}
.deal-content p, .stars, .stock {
	margin-top: 2px;
}

.dealimage {
	margin: 0 0 0 0;
	float:left;	
}
.main_pn {
  margin-bottom: 6px !important;
}
.stock1, .stock2, .stock3 {
  float:right;
	margin-right:75px;
	m argin-top: 5px;
	width: 245px;
	height: 19px;
}
.pattrib select {
  margin-top: 3px;
}
.hes {
  font-size: 0;
  height: 1px;
}
.stock1 div, .stock2 div, .stock3 div {
  width: 245px;
  height: 19px;
}
.stock1 {
	background: url(../images/bg1_1.png) 0 0 no-repeat;
}

.stock1 div {
  background: url(../images/bg1_2.png) 0 0 no-repeat;  
}

.stock2 {
	background: url(../images/bg2_1.png) 0 0 no-repeat;
}
.stock2 div {
  background: url(../images/bg2_2.png) 0 0 no-repeat;
}

.stock3 {
	background: url(../images/bg3_1.png) 0 0 no-repeat;
}

.stock3 div {
  background: url(../images/bg3_2.png) 0 0 no-repeat;
}
.history .deal-content .stock1, .history .deal-content .stock2, .history .deal-content .stock3 {
  margin-right: 2px;
}
.stars {
	float:right;
	margin-right:225px;
}

.star {
	margin:0px 2px 0px 2px;
}

.expires {
	float: right;
	width: 160px;
	margin-right:40px;
	background: url(../images/expires-bg.png) 0 0 no-repeat;
}
.expires .exp {
  background: url(../images/expires-bg.png) right 0 no-repeat;
  margin-left: 10px;
  padding:10px 10px 18px 0;
  height: 38px;
}
.sendtofriend {
	m argin-top:15px;
	float: left;
}
.rating {
	margin-top:12px;
}

.buynow {
	float:right;
}

#preview {
	width:589px;
	height:106px;
	float:left;
	margin-top:15px;
}

#preview-left {
	float:left;
	width:25px;
	height:106px;
	cursor:pointer;
}

#preview-right {
	float:right;
	width:22px;
	height:106px;
	cursor:pointer;
}

#preview-middle {
	width:542px;
	height:106px;
	float:left;
	background-color:#FFF;
}

.preview-img {
	margin:8px 2px 0px 2px;
}

.filmstrip {
	margin:8px 0px 0px 5px;
	padding:0px;
	height:90px;
	float:left;
	list-style:none;
	list-style-position:inside;
	display:inline;
	overflow:hidden;
	
}

.filmstrip li {
	display:inline;
}

.sidebar {
	width:310px;
	float:right;
	margin:0px;
}

.sidebar-content {
	width:290px;
	background-image: url(../images/sidebar-fill.png);
	background-repeat:repeat-y;
	padding:10px;
}

.sidebar-blue {
	width:310px;
	height:40px;
	background-image: url(../images/sidebar-blue.png);
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	line-height:40px;
}

.sidebar-yellow {
	width:310px;
	height:40px;
	background-image: url(../images/sidebar-yellow.png);
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	line-height:40px;
}

.sidebar-icon{
	float:left;
	margin-left:20px;
	margin-right:10px;
	margin-top:3px;
}

.stars2 {

}

#content-wrapper {
	width:593px;
	float:left;
	margin-top:15px;
}

#tabs {
	height:38px;
	background: url(../images/tab-bg.gif) 0 0 no-repeat;
	*margin-bottom: -1px;
}
#loginfrom  {
  *position: relative; *z-index:3; *margin-bottom: -3px;
}
#content {
	w idth:543px;
	background-color: #FFF;
	padding: 1px 25px;
	*border: 1px solid #FFF;
}

.tab1, .tab2, .tab3 {
	width:247px;
	height:33px;
	float:left;
	background-image:url(../images/tab.png);
	display:block;
	margin-top:5px;
	margin-left:40px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:center;
	line-height:33px;
}


#footer {
	width:100%;
	height: 160px;
	background-image: url(../images/footer-bg.png);
	background-color: #404040;
	background-repeat:repeat-x;
	margin-top: -160px;
	*text-align: center;
}
#footer .wrap {
  *text-align: left;
}

.footer-box {
	width:120px;
	*width: 140px;
	height:144px;
	padding:10px 10px 0;
	float: left;
	background-image:url(../images/footer-sep.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top: 6px;
}

.footer-box-last {
	width:120px;
	height:80px;
	padding: 10px 10px 0px 10px;
	float:left;
	margin-top:6px;
}

.footer-box-right {
	width:182px;
	height:80px;
	float:right;
	margin-top:10px;
}

#social {
	height:59px;
	float:left;
	margin:  25px 10px 0px 0px;
}

.social-img {margin:0px 5px 0px 5px; vertical-align: top;}


.content-lrg-wrap {
	margin: 0 0 25px;
}

.content-lrg {
	w idth:863px;
	padding:20px;
	background-color:#FFF;
}

#history-menu {
	width:590px;
	height:39px;
	background-image:url(../images/dealhistory-menubg.png);
	text-align:center;
	margin-bottom: 1em;
}
#history-menu .wrapper {
  height: 39px;
  width:590px;
  position: relative;
  left: 15px;
  background:url(../images/dealhistory-menubg.png) right 0 no-repeat;
}
.history-menu-wrap {
	width:468px;
	margin:auto;
	
}

.history-menu-selected {
	width:97px;
	height:29px;
	background-image:url(../images/dealhistory-menubutton.png);
	line-height:29px;
	float:left;
	margin:5px 10px 0px 10px;
}

.history-menu-item {
	width:97px;
	height:29px;
	line-height:29px;
	float:left;
	margin:5px 10px 0px 10px;
}
a.history-menu-item {
  margin: 0;
}
.history-menu-item:hover {
	width:97px;
	height:29px;
	background-image:url(../images/dealhistory-menubutton.png);
	line-height:29px;
	float:left;
  color:#000;
}

.history {
	
	position: relative;
}
.productListing-data .history {
  width: 589px;
}
.historyimage {
	margin:0px 3px 0px 0px;
}

.history-info {
	width:132px;
	height:152px;
	float:right;
	margin:10px 0px 0px 0px;
	background-color:#e3e3e3;
	text-align:center;
}

.historystock {
	float:right;
	margin-right:5px;
}

#profile-menu {
	width:348px;
	height:39px;
	background-image: url(../images/profile-menubg.gif);
	text-align:center;
	margin:0px 0px 15px 15px;
}

.profile-menu-wrap {
	width:234px;
	margin:auto;
}

.profile-menu-selected {
	width:97px;
	height:29px;
	background-image:url(../images/profile-menubutton.png);
	line-height:29px;
	float:left;
	margin:5px 10px 0px 10px; -margin-left: 0; -margin-right: 0;
	
}
.profile-menu-selected a {
  color:#ccc;
}
.profile-menu-item {
	width:97px;
	height:29px;
	line-height:29px;
	float:right;
	margin:5px 10px 0px 10px;
}
.profile-menu-item:hover {
	width:97px;
	height:29px;
	background-image:url(../images/profile-menubutton.png);
	line-height:29px;
	margin:5px 10px 0px 10px;
}
a.profile-menu-item, a.profile-menu-item:hover {
  margin: 0;
}
.form-left {
	width: 494px;
	float: left;
	margin: 15px 0px 0px 15px;
}

.form-left-content {
	width:492px;
	*width: 494px;
	background-color:#FCFCFC;
	border-right: #c5c5c5 1px solid;
	border-left: #c5c5c5 1px solid;
	text-align: right;
}
.account_page .form-left-content {
  font-size: 14px;
}
.form-left-content-label {
	clear:both;
	float:left;
	line-height:25px;
	text-align:right;
	width:180px;
	margin-bottom:10px;
	
}
.account_edit_page .form-left-content-label {
  padding-right: 20px;
  width: 160px; *width: 180px;   
}
.contact_us_page .form-left-content-label {
  width:150px;
}

.form-left-content-text,.form-left-content-password,.form-left-content-checkbox,#platform, .checkout_page select {
	width: 273px;
	height: 26px;
	background-color:#FCFCFC;
	border: #C5C5C5 1px solid;
	margin-right: 10px;
	margin-bottom:10px;
	padding: 4px 1px 1px;
}
.checkout_page select {
  width: 273px !important;
}
.account_edit_page .form-left-content-text, .account_edit_page .form-left-content-password {
  margin-right: 0px;
}
.contact_us_page .form-left-content-text, .contact_us_page .form-left-content-password,.contact_us_page .form-left-content-checkbox,#platform/*, .create_account_page input[type="text"], .create_account_page .contentBox select, .checkout_page .contentBox input[type="text"], .checkout_page .contentBox select*/ {
	width: 310px;
}


.create_account_page .contentBox select, .checkout_page .contentBox select {
  width: 250px;
}
.form-left-content-text:hover,.form-left-content-password:hover,.form-left-content-checkbox:hover,#platform:hover, .checkout_page select:hover/*, .create_account_page input[type="text"]:hover, .create_account_page input[type="text"]:focus, .create_account_page .contentBox select:hover, .create_account_page .contentBox select:focus, .checkout_page .contentBox input[type="text"]:hover, .checkout_page .contentBox select:hover, .checkout_page .contentBox input[type="text"]:focus, .checkout_page .contentBox select:focus */ {
	border: #b8ed74 2px solid;	
  padding: 3px 0 0; 
}

.form-left-content-text:focus,.form-left-content-password:focus,.form-left-content-checkbox:focus,#platform:focus, .checkout_page select:focus {
	width: 273px;
	height: 26px;
	border:#b8ed74 2px solid;
	padding: 3px 0 0 0; 
}

.contact_us_page .form-left-content-text:focus,.contact_us_page .form-left-content-password:focus,.contact_us_page .form-left-content-checkbox:focus,#platform:focus {
	width: 310px;
}

.form-left-content-textarea {
	width: 273px;
	height: 151px;
	background-color: #FCFCFC;
	border: #C5C5C5 1px solid;
	margin-right: 20px;
	margin-bottom: 10px;
}

.contact_us_page .form-left-content-textarea {
  	width: 310px;
}

.form-left-content-textarea:hover {
	width:310px;
	height:151px;
	border:#b8ed74 2px solid;
}

.form-left-content-textarea:focus {
	width:310px;
	height:151px;
	border:#b8ed74 2px solid;
	padding: 1px;
}

.form-right {
	width:339px;
	float:right;
	margin:15px 0px 0px 0px;
}

.form-right-content {
	width:317px;
	*width: 339px;
	padding: 0px 10px 0px 10px;
	background-color:#FCFCFC;
	border-right:#c5c5c5 1px solid;
	border-left:#c5c5c5 1px solid;
	text-align:left;
}

.form-right-content-password {
	width:273px;
	height:26px;
	background-color:#FCFCFC;
	border:#C5C5C5 1px solid;
	m argin-right:20px;
	margin-bottom:10px;
	padding: 4px 1px 1px; 
}

.form-right-content-password:hover {
	width:273px;
	height:26px;
	border:#b8ed74 2px solid;
	padding: 3px 0 0; 
}

.form-right-content-password:focus {
	width:273px;
	height:26px;
	border:#b8ed74 2px solid;
	padding: 3px 0 0; 
	
}

.button2 {
	width:208px;
	height:41px;
	background-image:url(../images/button2.png);
	border:0px;
	background-color:#FFFFFF;
}

.button3 {
	width:208px;
	height:41px;
	background-image:url(../images/button3.png);
	border:0px;
	background-color:#FFFFFF;
}
.button4 {
	/*width: 200px;*/
	height: 44px;
	background:url(../images/buttong.gif) 0 0 no-repeat;
	border:0px;
	display: block;
	text-align: center;
	line-height: 44px;
	text-decoration: none;
	color: #FFF;
}
.button4 span {
  height: 44px;
  display: block;
  background:url(../images/buttong.gif) right 0 no-repeat;
  padding: 0 20px 0 0;
  margin-left: 20px;
}
a.button4:hover {
  color:#FFF;
}
.paper {
	width:261px;
	height:191px;
	float:left;
	background-image:url(../images/paper.png);
	padding:10px;
}

.paper2 {
	width:672px;
	height:77px;
	background-image:url(../images/paper2.png);
	padding:10px;
}


#summary th {
	background-color:#7dd7ff;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
}

.td {
	background-color:#eeecec;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:center;
}

.td-alt {
	background-color:#FFF;
		font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:center;
}

.table {
	border:#39c1ff 1px solid;
	background-color:#FFF;
}

.left {float:left;}
.right {float:right;}

.button {
	width:115px;
	height:25px;
	background-image:url(../images/button_green.gif);
	background-repeat:no-repeat;
	line-height:25px;
	font-weight:bold;
	font-size:12px;
	color:#eee !important;
	text-align:center;
	text-decoration:none !important;
}

.white-24-bold {
	font-size:24px;
	font-weight:bold;
	color:#FFF;
}
.white-24-bold img {
  vertical-align: middle;
}
.white-11 {
	font-size:11px;
	color:#FFF;
}

.white-12 {
	font-size:12px;
	color:#FFF;
}

 .white-14-bold {
	font-size:14px;
	color:#FFF;
	font-weight: bold;
}
  
.yellow-14-bold {
	font-size:14px;
	font-weight:bold;
	color:#fccf21;
}

.ltblue-18-bold {
	font-size:18px;
	font-weight:bold;
	color:#00b7da;
}

.black-12 {
	font-size:12px;
	font-weight:normal;
	color:#000;
}

.link-black-12-bold-underlne {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
.link-black-12-bold-underlne:hover {
	color:#333;
}

.black-14 {
	font-size:14px;
	font-weight:normal;
	color:#000;
}

.black-11 {
	font-size:11px;
	font-weight:normal;
	color:#000;
}

.black-14-bold {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.ablue-14-bold {
	font-size:14px;
	font-weight:bold;
	color:#0687c9;
}

.black-18-bold {
	font-size:18px;
	font-weight:bold;
	color:#000;
}

.ablue-18-bold {
	font-size:18px;
	font-weight:bold;
	color:#0687c9;
}

.orange-16-bold{
	font-size:16px;
	font-weight:bold;
	color:#ff9e49;
}

.orange-18-bold{
	font-size:18px;
	font-weight:bold;
	color:#ff9e49;
}

.blue-11-bold-centered {
	font-size:11px;
	font-weight:bold;
	color: #0a879e;
	text-align:center;
}

.blue-24-bold-centered {
	font-size:24px;
	font-weight:bold;
	color:#0a879e;
	text-align:center;
}

.blue-14-bold {
	font-size:14px;
	font-weight:bold;
	color:#00a3d2;
	
}

.drkblue-18-bold {
	font-size:18px;
	font-weight:bold;
	color:#0097ff;
}

.list-gray-14-bold, a.list-gray-14-bold, a.list-gray-14-bold:visited {
	font-size:14px;
	font-weight:bold;
	color: #a0a0a0;
	line-height:24px;
	margin:0px;
}

.gray-11 {
	font-size:11px;
	color:#4e4e4e;
}

.green-14-bold {
	font-size:14px;
	font-weight:bold;
	color:#54760a;
}

.green-18 {
	font-size:18px;
	color:#3fa117;
}

.link-grey-14-bold-underline a {
	font-size:14px;
	font-weight:bold;
	color:#575757;
	text-decoration:underline;
}.link-grey-14-bold-underline a:hover {color:#686868;}

.black-12-bold {
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.link-white-16-bold {
	font-size:16px;
	font-weight:bold;
	color:#FFF !important;
	text-decoration:none !important;
}
.link-white-16-bold:hover {color:#CCC;}

.link-black-14-bold {
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}.link-black-14-bold:hover {color:#CCC;}

.link-black-16-bold, a.link-black-16-bold {
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
a.link-black-16-bold:hover {color:#CCC;}

.link-black-18 {
	font-size:18px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}.link-black-18:hover {color:#CCC;}

.link-orange-16-bold {
	font-size:16px;
	font-weight:bold;
	color:#ff9e49;
	text-decoration:none;
}.link-orange-16-bold:hover {color:#FF8000;}


.subscribe {
  height: 45px;
}
.pageheader {
  line-height: 45px;
  position: absolute;
  top: -50px;
  white-space: nowrap;
  overflow: hidden;
}
.pageheader2 {
  line-height: 45px;
  position: relative;
  top: -30px;
  *height: 1%;
}


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


.wrap_content {
  
}

div.header-welcome { 
	margin-right:50px; 
	color:#fff; 
	font-weight:bold; 
	font-size:11px; 
	text-align:right;
}
 
#login_form .form-left-content {
  width: 638px; -width: 640px;
}
#login_form .form-left-content-label {
  width: 130px;
} 

.storeHeader {left: -148px;}
