/*

Orange:		#F6BD25
Blue:	 	#716C75
light grey: 	

*/


/* html entities*/
* {
	padding:0;
	margin:0;

}
html, body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: center;
}

a {
	color:#000;
	text-decoration:underline;
}

a:link {  
	color: #000;
}

a:active {  
	color: #000;
}

a:visited {  
	color: #000;
}

a:hover {
	color:#FF0000;
}

p {
	margin:2px 0 8px 0;
}

img {
	border:0;
}

/* Text Box with Rounded Corners: */
.tb {
    border:0;
    background: transparent url(rounded.gif) no-repeat top left;
    height: 22px;
    width: 230px;
	font-size: 12pt;
	color: #FF0000;
    padding-top:2px;	
    padding-left:2px;	
}

/* non specific classes */
.clear {
	clear:both;
}


/* IDS */
#page {
	width:1000px;
	margin:0 auto;
	background-color: #FFF;
	min-height:100%;
	position:relative;
	text-align: left;
	border: 2.5px solid #888;
	border-style:grove;
}

.phone {
	position:absolute; 
	right:10px; 
	top:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#login {
	position:absolute; 
	right:10px; 
	top:50px;
	font-size:14px;
	display:none;
}
.centerlogin {
	font-size:14px;
	background-color: #FFF;
	width:400px;
	height:200px;
	border: 2px #000 solid;
}
.search {
	position:absolute; 
	right:10px; 
	top:50px;
}

.title {
	position:absolute; 
	right:140px; 
	top:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#cart {
	position:absolute; 
	right:10px; 
	top:95px;
	font-size:16px;
	z-index:1;
}

#header {
	height:150px;
	border-bottom: 2px #CCC solid;
	position:relative; left:0; top:0;
}
#header h1 {
height:150px;
}
#header h1 a{
	display:block;
	text-indent:-10000px; 
	overflow:hidden;
	width:100%;
	height:150px;
	z-index:1px;
}

#header p{
	text-align:right;
	line-height:19px;
	font-size:10px;
}
#header p a{
	margin:0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: normal;
	text-decoration:none;
}

/* Nav */

#menunoflip {
	width: 210px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 14pt;
	cursor: pointer;
}

#mainmenu *{
	font-size: 13px;
}

#secondmenu *{
	font-size: 10px;
}

#thirdmenu *{
	font-size: 10px;
}

#menu {
	float:left;
	width: 210px;
	font-size: 5px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none; 
	list-style-image: url(flip_static.gif); 
	padding: 0 8px;
	line-height: 14pt;
	cursor: pointer;
}

.flipMenu a { 
text-decoration: none;
}

.flipMenu { 
display: block;
width: 250px; /*Width of top level menu link items*/
text-decoration: none;
}

ul.flipMenu ul {  
	font-size: 5px;
	line-height: 14pt;
	padding: 0 0 0 10px; 
	text-indent: 25px;
	text-decoration: none;
	top:0px
	text-align: normal;
	color: #000;
}

#line { 
cursor: pointer;
list-style-type: none; 
list-style-image: url(flip_static.gif); 
background:url(flip_redlong.gif);
background-repeat: no-repeat;
text-decoration: none;
}

#active { 
cursor: pointer;
list-style-type: none; 
list-style-image: url(flip_static.gif); 
background:url(flip_red.gif);
background-repeat: no-repeat;
text-decoration: none;
}

#topseller {
	margin-top: 20px;
	width: 210px;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 14pt;
	border-top: 2px solid #CCC;
}
#topseller table {
	width: 210px;
}
* html p
#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Content */
#main {
	overflow:hidden;
	margin: 0 auto;
}


#leftCol {
	width: 210px;
	height:100%;
}

#leftcol p {
	font-weight: bold; 
}

#content {
	overflow:hidden;
	height:100%;
	border-left: 2px solid #CCC;
	text-align: normal;
	position:relative; 
	left:0; 
	top:0;
	width:790px;
}

#mainheaderimage {
	position:relative;
    float: right;
	margin-left:10px;
	margin-right:10px;
	border: 1px #FFF;
	}
	
	
#mainheadertitle {
/*    width: 400px;  /* width of content header text for the checkout*/ 
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: normal;
	overflow:hidden;
    }

#mainheadertext {
/*    width: 600px;  /* width of content header text for the checkout*/ 
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: normal;
	overflow:hidden;
    }

#mainheadertitlecheckout {
    width: 600px;  /* width of content header text for the checkout*/ 
	margin-top: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: normal;
    }

#mainheadertitle H1,
#mainheadertitlecheckout H1 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#444444;
	border-bottom:#FF4040 solid 2px;
	font-size: 25px; 
	margin-left:40px;
	margin-top:5px;
	padding:5px;
	line-height: 20pt;
	padding-left: 5px;
}

#mainheadertext p,
#mainheadertext a,
#mainheadertextcheckout p,
#mainheadertextcheckout a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	width:95%;
	overflow:wrap;
}

#mainheadertext H2,
#mainheadertext a,
#mainheadertextcheckout H2,
#mainheadertextcheckout a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal;
	color: #000; 
	text-align: normal;
	text-decoration: none;
	width:95%;
}

.spacer {
	clear: both;
	}

.mainbody {
	margin:0 0 10px 10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000;
	text-decoration: none;
	overflow:auto;
	width:100%;
}

#content hr {  
	border: 1px solid #CCC;
}

.mainbody H1 {  
margin:20px 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 24px; 
line-height: 30pt;
color: #000000; 
text-decoration: none;
}

.mainbody H2,
.mainbody H2 a {  
margin:0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
line-height: 30pt;
color: #000000; 
text-decoration: none;
}

.mainbody p{
	text-align: normal;
	font-size:10px;
}
.mainbody p a{
	margin:0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: normal;
}

.bodystyle {  
margin:0 0 10px 10px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #808183; 
text-decoration: none; 
text-align: normal;
}


/**/

#lefttext p,
#lefttext table {
	margin:0 4px 0 5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #808183; 
	text-decoration: none; 
	text-align: normal;
	padding:5px 0 5px 0;

}




/* footer */

#footer {  
height:24px;
right:0; 
bottom:0;
border-top: 2px solid #CCC;

}

#footer table{  
margin:0 0 5px 0;
width:100%;
}

#footer {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-style: normal; 
font-weight: normal; 
color: #CCC; 
text-decoration: none; 
}

/*http://www.spiffycorners.com/index.php?sc=rounded&bg=FFF&fg=000000&sz=5px*/
/*.rounded{display:block}
.rounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000}
.rounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #910800;
  border-right:1px solid #910800;
  background:#3f0300}
.rounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e50d00;
  border-right:1px solid #e50d00;
  background:#300200}
.rounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #300200;
  border-right:1px solid #300200;}
.rounded4{
  border-left:1px solid #910800;
  border-right:1px solid #910800}
.rounded5{
  border-left:1px solid #3f0300;
  border-right:1px solid #3f0300}
.roundedfg{
  background:#000000}
*/



/* Tab Table */

.tabtable {
border:1px solid red; 
width:700px; 
margin-bottom: 1em; 
padding: 10px
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid red;
color: #000;
background: white url(shade.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFO000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FF0000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.jpg);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabedcontent{
display:none;
}

@media print {
.tabedcontent {
display:block !important;
}
}

.rrp {
text-decoration: line-through;
}

#indi-container-top {
background:url(/commonimages/background.gif) 0 0 no-repeat;
height:15px;
width:280px;
position:relative;
top:15px;
}

#indi-container-bottom {
background:url(/commonimages/background.gif) 0 -35px no-repeat;
height:15px;
width:280px;
position:relative;
top:-10px;
}

#indi-prod-container {
width: 212px;
float: left;
text-align:left;
margin-left: 20px;
}

#indi-prod {
background:url(/commonimages/background-sides.gif);
background-repeat: repeat-y;
width: 212px;
font-family: "Arial, Helvetica";
padding:5px;
font-size: 1em;
text-align:center;
}
#prod-top {
color:#000;
font-weight:bold;
font-family: "Arial, Helvetica";
padding:2px;
text-align:center;
}
/*#indi-prod:hover {
background-color:#EBEBEB;
}
*/
.prod-image img:hover {
opacity:0.4;
filter:alpha(opacity=40);
}
.prod-name {
height:30px;
font-size:1.0em;
}
.prod-image {
left:auto;
right:auto;
text-align:center;
width:150px;
height:150px;
}
.prod-image img {
vertical-align:text-top;
}

.prod-addtext {
position:relative;
padding-left:20px;
top:10px;
height:90px;
font-size:1.2em;
color:#009900;
font-weight:bold;
}
.prod-rrp {
font-size:0.9em;
}
.prod-strikethrough {
text-decoration:line-through;
}
.prod-price {
font-size:1.7em;
font-weight:bold;
color:#FF0000;
}
.prod-buy {
display:block;
float:left;
align:center;
width:210px;
margin-top:10px;
height:40px;
}
.prod-more, 
.prod-more a {
height:50px;
font-size:0.9em;
text-decoration:none;
}

.prod-off {
position: absolute;
margin-left: -3px;
margin-top: -5px;
}
.prod-off-text-percent {
position:absolute;
margin-left: 24px;
font-family:"Arial";
font-size:13px;
text-align: right;
}
.prod-off-text-sale {
position:absolute;
margin-left: 19px;
font-family:"Arial";
font-size:13px;
text-align: right;
}

#main-header {
font-family: "Arial, Helvetica";
color:#444444;
width:672px;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
margin-left: 9px;
font-size:1.5em;
font-weight:bold;
background-color:#E4E4E4;
border-bottom:#999999 solid 2px;
border-right:#999999 solid 2px;
border-left:#EEEEEE solid 2px;
border-top:#EEEEEE solid 2px;
}


/*
Service Guarantee Styles
*/


/* Image container for service guarantee */

.service-guarantee {
float:left;
padding-right:15px;
cursor: pointer;
cursor: hand;
vertical-align:top;
width:110px;
}

/* Text container for service guarantee */

.service-guarantee-container {
display:none;
position: absolute;
margin-left:100px;
width:600px;
z-index:100;
text-align:left;
align:left;
border: 5px solid #CCC;
background-color:#FFF;
}


/* text within service guarantee container */

.service-guarantee-text {
display:block;
padding-left:25px;
padding-right:25px;
padding-bottom:10px;
}

/* Service guarantee bullet points line seperation */

.space {
line-height:20px;
}

/* Service guarantee Header */

.service-guarantee-toptext {
padding-top:5px;
padding-bottom:10px;
text-align:center;
align:center;
font-weight:bold;
font-size:2em;
display:block;
line-height:30px;
}


.sub-header-container {
float:left;
width:535px;
}
.sub-header-add-text {
font-size:1.2em;
text-align:center;
font-weight:bold;
margin-bottom:10px;

}

#sub-header-text {
font-weight:normal;
font-size:14px;
line-height:1.5em;
text-align:left;
}

#sub-header-links {
margin-top:10px;
width:640px;
text-align:center;
align:center;
}

.link-box-container {
align:center;
text-align:center;
}
.link-box {
float:left;
margin-left:20px;
}

.link-image {
text-align:center;
height:90px;
}
.link-image:hover {
opacity:0.4;
filter:alpha(opacity=40);
}

.link-text,
.link-text a {
text-decoration: none;
display:block;
text-align:center;
font-size:1em;

}

.payment-method {
display:block;
}

#crumb ul {
	height:1.1em;
	padding-left:20px;
	padding-bottom:10px;
	}
#crumb li {
	font:bold 1.1em "Arial","Trebuchet MS",Arial,Helvetica,sans-serif;
	display:block;
	float:left;
	color:#34363e;
	}
#crumb li a {
	padding:0 20px 0 0;
	margin:0 10px 0 0;
	background:url(http://www.wowbbq.co.uk/commonimages/crumb.gif) no-repeat right center;
	}	
#crumb li a:link,
#crumb li a:visited {
	color:#adac9c;
	text-decoration:none;
	}	
#crumb li a:hover,
#crumb li a:focus {
	color:#e22f2d;
	}	


/* The new product display CSS code */



.main-product-container {
width: 770px; 
margin: 10px auto;
margin-left:0px;
clear:both;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	min-height:200px;
	background: #f0f0f0;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	padding-top:0px;
}

.tab_content h2 {
	padding-top:5px;
	font-weight: normal;
	border-bottom: 3px solid #ddd;
	font-size: 2.5em;
}
.tab_content p {
	padding-top:15px;
	font-weight: normal;
	font-size: 1.2em;
	text-align:left;
}
.tab_content a {
	font-weight: normal;
	font-size: 1.0em;
}

.tab_content h3 a{
	color: #254588;
}

ul.product-suggestions {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
	margin-left:2px;
	text-align:center;
}
ul.product-suggestions li {
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: 5px;
	margin-left:5px;
	width:160px;
	border-left: 2px solid #ddd;
	border-top: 2px solid #ddd;
	border-right: 2px solid #ccc;
}

.suggest-active {
margin-left:300px;
background-color:#FFFFFF;
border-left: 2px solid #ddd;
border-top: 2px solid #ddd;
border-right: 2px solid #ccc;
border-bottom:2px solid #FFF;
}

.service-guarantee-product {
float:left;
padding-right:15px;
cursor: pointer;
cursor: hand;
vertical-align:top;
width:50px;
position:relative;
top:-10px;
}

.product-callus-number {
text-align:right;
align:right;
font-size: 1.5em;
padding-top:20px;
position:relative;
top: -10px;
right:10px;
}
.product-callus-red {
color:#FF0000;
}
.product-name {
	font-weight:bold;
	width:680px;
	position:relative;
	float:left;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif; 
	color:#444444;
	font-size: 25px; 
	margin-left: 15px;
	margin-top:15px;
	padding:5px;
	top: -20px;
	border-bottom:#FF4040 solid 2px;
}

.main-image-container {
width:375px;
background-color:#f0f0f0;
float: left;
border:1.5px solid #e0e0e0;
text-align: center;
}
.main-image {
float:left;
margin-left:0px;
padding-left:0px;
margin-top:10px;
width:200px;
}
.main-image img {
width:250px;
height:250px;
border:1.5px solid #e0e0e0;
}
.main-image-thumbs {
float:left;
list-style-type:none;
margin-left:10px;
align:center;
}
.main-image-thumbs img,
.main-image-thumbs img a {
width:60px;
height:60px;
margin-top:10px;
margin-left:13px;
border:1px solid #DDD;
}
.main-additional-products {
position: relative;
float:left;
display:block;
width:375px;
height:210px;
background-color:#f0f0f0;
}

.main-package-deals {
margin-left:20px;
position:relative;
height:50px;
width:330px;
background-color:#f0f0f0;
float:left;
top:80px;
text-indent:-9999px;
display:none;
}
.main-products {
text-align:center;
align:center;
width:350px;
line-height:20px;
display:block;
}

.main-additional-product-chosen li {
padding-left:15px;
width:80px;
padding-bottom:10px;
}
.main-additional-products li img,
.main-additional-product-chosen li img {
border: 1.5px solid #ddd;
padding:left:5px;
width:50px;
height:50px;
cursor: pointer;
cursor: hand;
}
.main-additional-product-list {
list-style-type:none;
background-color:#FFF;
border: 2px solid #ddd;
height:220px;
}

.deal-container {
position:relative;
display:block;
clear:both;
}

.main-additional-product-list li {
float:left;
width:100px;
height:100px;
margin-left:10px;
padding-top: 10px;
text-align:center;
}
.main-additional-product-chosen {
list-style-type:none;
margin-left:0px;
}
.main-additional-product-chosen li {

text-align:center;
float:left;
}

.products-addremove {
font-size: 2em;
position: relative;
top:-20px;
margin-right:5px;
cursor:hand;
cursor:pointer;
}

#price-container {
border:1.5px solid #e0e0e0;
position:relative;
right:10px;
float:right;
width:350px;
min-height:550px;
text-align:center;
align:center;
}

.main-price {
margin:0px;
font-size:30px;
display:block;
line-height:50px;
height:50px;

}
.main-rrp {
margin:0px;
font-size:1.2em;
display:block;
height:30px;
}
.main-del {
margin:0px;
font-size:1.0em;
font-weight:bold;
font-style: italic;
display:block;
height:30px;
}

.total-rrp {
}
.main-buy-now {
margin:0px;
display:block;
}
.main-buy-now img  {
width: 140px;
height: 70px;
}
.main-image-toptext {
line-height:30px;
text-align: left;
font-size:1.5em;
font-weight:bold;
}

.main-image-toptext-bbq-small {
font-size:1.0em;
font-style:italic;
}

.main-top-container {
text-align:left;
align:left;
}

.main-toptext {
margin-bottom:10px;
margin-top:10px;
border-bottom:#FF4040 solid 1px;
line-height:30px;
text-align: left;
margin-left:20px;
font-size:1.5em;
font-weight:bold;
}

.main-topimage {
padding-top:10px;
padding-bottom:10px;
display:block;
align:center;
text-align:center;
}

.main-topimage img{
width:60px;
height:60px;
}
.main-bottomtext {
display:block;
text-align: center;
font-size:1.5em;
font-weight:bold;

}
.main-toptext-small {
font-size:0.9em;
}
.main-image-bottomtext {
text-align: center;
font-size:1.5em;
font-weight:bold;
}
.main-image-bottominfotext {
margin-top:10px;
display:block;
text-align: left;
font-size:1.2em;
line-height:25px;
margin-left:10px;
}

.main-related li {
list-style: none;
float:left;
margin-left:20px;
width:160px;
}

.main-related li img {
width:100px;
height: 100px;
border: 1px solid #ddd;
padding: 5px;

}

.main-related li img:hover {
opacity:0.4;
filter:alpha(opacity=40);
}

.break {
clear:both;
}

.main-callus {
display:block;
clear:both;
font-size: 1.3em;
margin-left: 20px;
margin-right: 20px;
line-height:25px;
}

.main-callus-number {
display:block;
text-align:center;
align:center;
font-size: 1.5em;
color:#FF0000;
padding-top:20px;
}



  div#photos                {overflow:auto;}
  div.photo                 {float:left; display:inline; margin:0 20px 20px 0;}
  div.photo a img           {border:1px solid; padding:1px;}

#zoom-wrap { 
	position: relative; 
}

#zoom-small { 
	position: relative; 
	width: 100%;
	align:center;
	display: block;
}

#zoom-small img {
height:250px; 
width:250px;
}
#zoom-large   { 
background: white; 
position: relative;
}
#zoom-large img {
height:800px; 
width:800px;
}
#zoom-mover   { 
position: absolute; 
top: 0; 
left: 0px; 
width: 200px; 
height: 200px; 
overflow: hidden; 
z-index: 100; 
background: white; 
display: none; 
}


#banner-top {
width:750px; 
font-size:11pt;
background-color: #F6F6F6;
margin-left:15px;
border:#FF0000 dashed 2px;
padding-top:5px;
height:50px;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;

}

#sale-banner-top {
width:750px; 
font-size:12pt;
background-color: #F6F6F6;
margin-left:15px;
border:#FF0000 solid 2px;
padding-top:5px;
height:80px;
line-height:24px;
font-family:Arial, Helvetica, sans-serif;
}

#sale-banner-makeoffer {
width:750px; 
background:url('/javacss/Weber-Banner-makeoffer.jpg') no-repeat;
position: relative;
left:40px;
top:-10px;
height:80px;
line-height:24px;
}

.sale-banner-image-text {
font-size:0.8em;
align:right;
text-align:right;
width:750px;
position:relative;
top:-10px;
}
