/* global */
* {
	padding: 0px;
	margin: 0px;
}

html{height: 100%;}

body { 
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	background: #e9eff2 url(../images/back.jpg) repeat-x left top;
	color: #000;
}

p.large { 
	line-height: 18px;
	font-size: 15px;
	padding: 7px 0px;
	margin: 0px;
	text-indent: 40px;
}

p { 
	line-height: 18px;
	font-size: 14px;
	padding: 3px 0px;
	margin: 0px;
}

h1 { 
	font-family: serif;
	font-family:Georgia,arial,sans-serif;
	font-size:24px;
	margin: 5px 0px;
	color: #2F85A0;
	text-align: center;
}

h1.green {
	color: #2fa137;
	font-family: Georgia, arial, sans-serif;
	font-size: 24px;
}

h2 { 
	margin: 0px;
	color: #2F85A0;
	text-align: left;
	font-size:16px;
}

h2.grey {
	color: #709794;
	font-family: Georgia, arial, sans-serif;
	font-size: 24px;
	margin: 5px 0px;
}

h3 {
	font-family: serif;
	font-family: arial,sans-serif;
	font-size: 18px;
	margin: 5px 0px;
	color: #2F85A0;
	text-align: center;
}

h3.simple {
	font-family: serif;
	font-family: Georgia,arial,sans-serif;
	font-size: 16px;
	margin: 30px 0px 10px;
	color: #000;
	text-align: left;
}

em {
	color: #2F85A0;
	/*color: #4D8651;**/
	font-weight: bold;
}

em.plain {
color: #333333;
	font-weight: bold;
}

img{border: 0px;}

/* image positioning - left, right and center */
.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul { 
	margin: 5px 0px 5px 20px;
	font-size: 14px;
}

ul.large { 
	margin: 5px 0px 5px 20px;
	font-size: 17px;
}

ul li { 
	margin: 0px 0px 3px 0px; 
}

/* ordered list */
ol
{ margin: 5px 0px 0px 24px;
  padding: 0px;
  font-size:15px;
  text-align:left;
  list-style-type:upper-alpha;
}

ol li
{ margin: 0px 0px 6px 0px; 
  padding: 0px;
}

a, #content a, #contact_us a, #online_ordering a {
	color: #348d9f;
	text-decoration: none;
	outline: none;
	font-size: 14px;
}

a.large, #content a.large {
	color: #348d9f;
	text-decoration: underline;
	outline: none;
	font-size: 17px;
}



/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{
	width: 929px;
	background: #FDE3B6 url(../images/main.jpg) repeat-y;
	position: relative;
}



/* header */
#header {
	margin: 0;
}
	#header_top { 
		background: #e9eff2 url(../images/header-top.jpg) no-repeat;
		border: none;
		height: 213px;
		position: relative;
	}
	#header_bottom_left { 
		background: #e9eff2 url(../images/header-bottom-left.jpg) no-repeat;
		border: none;
		height: 40px;
		position: relative;
	}
	#header_bottom_right { 
		background: #e9eff2 url(../images/header-bottom-right.jpg) no-repeat;
		border: none;
		height: 20px;
	}

#logo {
	position: absolute;
	top:0;
	left:0;
	width: 300px;
	height: 120px;
	cursor: pointer;
}	

/* navigation menu */
#menu {
	position: absolute;
	bottom: 0;
	left: 273px;
	width: 435px;
	margin-bottom: 0;
}
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#menu li {
		float: left;
		display: inline;
		list-style: none;
		margin: 0 5px 0 0;
		padding: 0;
	}
	
	#menu  a{
		display: block;
		text-decoration: none;
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #FFF;
	}
	
	#menu a span.left {
		background:  url(../images/menu-left.png) no-repeat;
		float: left;
		height: 20px;
		cursor: pointer;
		padding: 0 7px 0 0;
		display: block;
	}
	#menu a span.text {
		background: url(../images/menu-center.png) repeat-x;
		padding:3px;
		float: left;
		height: 20px;
		width: 83px;
		text-align: center;
		cursor: pointer;
		font-size: 12px;
		display: block;
	}
	#menu a span.right {
		background: url(../images/menu-right.png) no-repeat;
		float: left;
		height: 20px;
		cursor: pointer;
		padding: 0 7px 0 0;
		display: block;
	}	
	
	#menu  a:hover span.left{
		background: url(../images/menu-left-active.png) no-repeat;
	}
	#menu  a:hover span.text{
		background: url(../images/menu-center-active.png) repeat-x;
	}
	
	#menu  a:hover span.right{
		background:  url(../images/menu-right-active.png) no-repeat;
	}
	
	#menu a span.left-active{
		background: url(../images/menu-left-active.png) no-repeat;
		cursor: pointer;
	}
	#menu a span.text-active{
		background: url(../images/menu-center-active.png) repeat-x;
		cursor: pointer;
	}
	#menu a span.right-active {
		background: url(../images/menu-right-active.png) no-repeat;
		cursor: pointer;
	}
	
/* Home and Contact links*/
#links
{ 
	position: absolute;
	top: 10px;
	right: 0px;
	width: 67px;
	height: 17px;
}
	#links a {
		text-decoration: none; 
	}

	#links #home {
		/*background: url(../images/home.jpg) no-repeat;*/
		height: 11px;
		width: 15px;
		margin-right: 15px;
	}
	#links #contact {
		/*background: url(../images/contact.jpg) no-repeat;*/
		height: 11px;
		width: 15px;
	}


/* sidebars */
#sidebar_l
{ float: left;
  width: 234px;
  padding: 0 0 0 0;
  margin-left: 19px;
  background: #e9e9e9 url(../images/sidebar.jpg) repeat-x;
  height: 100%;
  position: relative;
  display: inline;
  /*padding-bottom: 32750px;
  margin-bottom: -32750px;*/
}

#sidebar_r {
	float: left;
	width: 234px;
	padding: 16px 0 0 0;
	margin-right: 19px;
	background: #e9e9e9 url(../images/sidebar.jpg) repeat-x;
	height: 100%;
	position: relative;
	display: inline;
	padding-bottom: 32750px;
	margin-bottom: -32750px;
	margin-top: -20px;
}

	#sidebar_l p {
		font-family: Arial, sans-serif;
		font-size: 12px;
		line-height:18px;
		color: #666666;
	}

#your_basket {
	background-color:#706B61;
	height:80px;
	padding-top:20px;
	text-align: center;
	margin-bottom: 0px;
}

.sid_item {
	font-family: Georgia, Arial, sans-serif;
	text-align: left;
}
	.sid_item h2 {
		height: 38px;
		font-size: 18px;
		font-weight: normal;
		color: #FFF;
		text-align: center;
		padding-top: 9px;
	}
	.sid_item h2.blue {
		background: url(../images/sidebar-title-blue.jpg) no-repeat;
	}
	.sid_item h2.green {
		background: url(../images/sidebar-title-green.jpg) no-repeat;
	}
	.sid_item ul.left_menu {
		padding: 0px;
		margin: 0px;
	}
	.sid_item ul.left_menu li {
		list-style: none;
	}
	.sid_item ul a {
		text-decoration: none;
		color: #627175;
		font-size: 13px;
		display: block;
		height: 22px;
		padding: 7px 0 0 0;
	}
	.sid_item ul a:hover {
		background: #FFF;
	}
	.sid_item a span.arrow {	
		background: url(../images/sidebar-list.jpg) no-repeat left 5px;
		width: 4px;
		margin: 4px 0 0 10px;
		
	}
	.sid_item a:hover span.arrow {	
		background: url(../images/sidebar-list.jpg) no-repeat right 5px;
		width: 10px;
		margin: 4px 0 0 10px;		
	}
	.sid_item span.text {
		padding-left: 5px;
		font-size: 13px;
	}
	
h2.sidebar_down, #newsletter div {
	color: #3b3b3b;
	font-size: 24px;
	font-family: Georgia, Arial, sans-serif;
	font-weight: normal;
	text-align:center;
}	
	
#search {
	background: #ebebe3 url(../images/search-up.jpg) no-repeat; 	
	font-family: Georgia, Arial, sans-serif;
	margin: 0 0 20px 0;
	position: relative;
}
	#search h2{
		display: block;
		padding-top: 20px;
		margin-left: -10px;
	}
	#search #search_text {
		margin-left: 19px;
		padding-left: 2px;
		width: 161px;
	}
	#search #search_submit {
	background: url(../images/search_submit.jpg) no-repeat left top;
	width: 34px;
	height: 34px;
	border: none;
	outline: none;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 38px
	}
	#search #search_example {
		font-size: 11px;
		margin-left: 20px;
		display: block;
		color: #627175;
	}

#newsletter {
	margin: 5px 0 0 10px;
	background: url(../images/mail.jpg) no-repeat 0px 16px;
	color: #000;
	position: relative;
	height: 132px;
}
	
	#newsletter div{
		padding: 0 0 0 73px;
		text-align: left;
	}	
	#newsletter .text_input {
		width: 152px;
	}
	.newsletter_submit {
		background: url(../images/mail_submit.jpg) no-repeat left top;
		display: block;
		width: 86px;
		height: 26px;
		border: none;
		outline: none;
		color: #FFF;
		cursor: pointer;
		position: absolute;
		top: 109px;
		right: 15px;
	}
	
#contact_us {
	background: url(../images/phone.jpg) no-repeat;
	margin: 10px 0 0 10px; 
}

	#contact_us h2 {
		padding: 5px 0 0 34px; 
	}
	#contact_us p{
		margin: 18px 0 0;
	}
	
#important {
	margin: 30px 0 0 10px;
}
	#important h2 {
		margin-bottom: 7px;
		margin-left:-20px;
	}
	
#online_ordering {
	text-align: center;
	margin-bottom: 30px;
}

/* sidebars */
.sidebar1
{ float: right;
  width: 194px;
  padding: 16px 15px 15px 15px;
}

	.sidebar1 h2 {
		color: #3b3b3b;
		font-family: Georgia, Arial, sans-serif;
		font-size: 24px;
	}
/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 194px;
  float: left;
  margin: 0px 0px 11px 0px;
  padding: 0px 0px 0px 0px;
}



.sidebaritem h1, .sidebaritem h2, .sidebaritem p{margin: 0px 10px 0px 10px}

.sidebaritem h1
{ font-weight: normal; padding: 8px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 14px;
}

.sbilinks ul{margin: 0px 0px 18px 10px;}

.sbilinks li
{ list-style: none; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.sbilinks li a, .sbilinks li a:hover
{ height: 16px;
  text-decoration: none; 
  width: 149px;
} 

/* page content (centre) */
/*#content { 
	text-align: justify;
	width: 384px;
	padding: 26px 9px 15px 9px;
	float: left;
	display: inline;  
}
*/



/*
**CONTENT**
*/

#content_l { 
	text-align: center;
	width: 636px;
	padding: 0px 20px 15px 20px;
	float: left;
	background: #FDE3B6 url(../images/content-back.jpg) repeat-x;
	display: inline;
	float: left;
	margin-top: -20px;
}



#content {
	width: 634px;
	padding: 0px 20px 15px 20px;
	float: left;
	background: #FDE3B6 url(../images/content-back.jpg) repeat-x;
	display: inline;
	float: left;
	color: #000;	
	position: relative;
}
	.center_content {
		text-align: center;
	}


#cigarette {
	background: #5b9995 url(../images/cigarette.jpg) no-repeat 0px 0px;
	height: 140px;
	margin: 0 0 0 0px;
	padding-top:91px;
	width:450px;
	padding-left:185px;
	font-family: Georgia, Arial, sans-serif;
	color: #FFF;
	text-align: left;
	border-style:solid;
	border: 0px;
}

	#cigarette h1{
		font-size: 36px;
		color: #FFF;
		letter-spacing: 2px;
		padding: 13px 0 47px 0px;
		display: block;
		margin: 0px;
		font-weight: normal;
	}
	#cigarette p{
		font-size: 18px;
		padding: 0px 20px;
		line-height: 23px;
		margin-bottom: 8px;
		color: #FFF;
	}
	#cigarette ul{
		margin: 0 0 0 40px;
		padding: 0px;
	}
	#cigarette ul li{
		background: url(../images/cigarette-list.png) no-repeat;
		list-style: none;
		padding: 0px;
		margin: 2px 0px;
		padding-left: 25px;
		font-size: 16px;
	}
	
#products {
	margin: 20px 0px;
}
	#products .product_item {
		float: left;
		width: 240px;
		margin: 0px 33px 20px;
		display: inline;
	}
	#products .product_info {
		border: 1px solid #BCBCBC;
		position: relative;
		zoom: 1;
	}
	#products .image {
		padding: 50px 0px;
		text-align: center;
	}
	span.corner {
		position: absolute;
		display: block;
		overflow: hidden;
		width: 10px;
		height: 10px;
		background-image: url(../images/product_corner.jpg);
		background-repeat: no-repeat;
	}
	span.grey {
		background-image: url(../images/grey_corners.jpg);
	}
	span.refills {
		background-image: url(../images/refills_corners.jpg);
	}

		span.left-top {
			background-position: left top;
			left: -1px;
			top: -1px;
		}
		span.right-top {
			background-position: right top;
			right: -1px;
			top: -1px;
		}
		span.left-bottom {
			background-position: left bottom;
			left: -1px;
			bottom: -1px;
		}
		*html span.left-bottom {
			bottom: expression((this.offsetParent.clientHeight % 2) ? '-2px' : '-1px');
		}
		*html span.right-bottom {
			bottom: expression((this.offsetParent.clientHeight % 2) ? '-2px' : '-1px');
		}
		span.right-bottom {
			background-position: right bottom;
			right: -1px;
			bottom: -1px;
		}
	#products .product_add {
		background: #ff6d02 url(../images/add.jpg) no-repeat left top;
		position: absolute;
		height: 32px;
		width: 135px;
		left: 50px;
		bottom: -15px;
		cursor: pointer;
	}
	#products a:hover span.product_add {
		background-position: left -32px;
	}
	
	#products .product_detail {
		background: #ff6d02 url(../images/product_detail_1.jpg) no-repeat left top;
		position: absolute;
		height: 32px;
		width: 135px;
		left: 50px;
		bottom: -15px;
		cursor: pointer;
	}
	#products a:hover span.product_detail {
		background-position: 0 -32px;
	}
	#products .product_cost {
		margin: 20px 0 0 0;
		text-align: center;
	}
	#products .product_cost p{
		text-align: center;
	}
	.cost {
		color: #ff5a02;
		font-size: 30px;
		font-family: Georgia, Arial, sans-serif;
		margin-top: 8px;
	}
	#products .old_cost {
		color: #627175;
		font-size: 18px;
		font-family: Georgia, Arial, sans-serif;
		text-decoration: line-through;
	}
	
#benefits .benefits_text {
	float: left;
	width: 303px;
	padding: 0px 7px;
	display: inline;
}
	#benefits .benefits_text  p { 
		font-size: 12px;
	}

.grey_area {
	background: #EEE;
	border: 1px solid #D6D6D6;
	position: relative;
	text-align: center;
	padding: 0px 20px;
	margin: 10px 0px 0 0px;
	zoom: 1;
}

.refills_container {
	margin-left: 15px;
}
	.refills_item_wrap {
		float: left;
		
		margin: 5px 20px;
		padding: 10px 3px;
		position: relative;
		display: inline;
		zoom: 1;
	}
		
	.refills_item {
		background: #709794;
		width: 220px;
		padding: 10px 10px 10px 10px;
		position: relative;
		color: #FFF;
		text-align: right;
		font-size: 12px;
		float: right;
		zoom: 1;
	}
		.refills_item .narrow{
			margin-right: 35px;
		}
	.refills_item p {
		text-align: right;
		padding: 0px;
		margin: 0px;
		font-size: 12px;
	}
	.refills_title{
		text-align: center;
		display: block;
		font-weight: bold;
		margin-bottom: 5px ;
	}

#disclamer {
	margin: 10px 0px 0 0px;
}

	#disclamer p {
		margin: 0px;
		font-size: 11px;
	}


/* page content (centre) */
#content2
{ text-align: left;
  width: 590px;
  padding: 26px 9px 15px 9px;
  float: left;
}

#content1 li
{list-style:disc;
text-align:left;
margin: 8px 0px 0px 16px;
  padding: 0px;
}

#content2 h1
{ font-family: arial, sans-serif;
  margin: 2px 0px 12px 0px; 
  font-size: 128%;  
  font-weight: normal;
  text-transform: uppercase;
}

/*#content a, #content a:hover
{ padding: 0px 0px 2px 0px;
}
*/
.item 
{width:285px;
margin:3px;
padding:3px;
float:left}

.item a
{text-align:center}

h3.product
{color:CC6600}

/* footer */
#footer { 
	height: 75px;  
	padding: 18px 0px 4px 0px;
	font-size: 12px;
	text-align: center; 
    background: #E4E4E4 url(../images/footer.jpg) no-repeat left bottom;
	color: #627175;
	position: relative;
	clear: both;
	margin: 0;
}

	#footer a { 
		text-decoration: none;
		padding: 0px 10px 2px 10px;
		color: #627175;
		font-size: 12px;
	}

	#footer a:hover { 
		text-decoration: underline;
	}
	#footer #direct {
		position: absolute;	
		left: 26px;
		bottom: 5px;
		color: #666;
		font-size: 12px;
	}
	#footer #a2logo a {
		background: url(../images/a2logo.gif) no-repeat left top;
		position: absolute;
		display: block;
		height: 38px;
		width: 37px;
		right: 20px;
		bottom: -5px;
	}
	#footer #a2logo a:hover {
		background: url(../images/a2logo.gif) no-repeat -56px top;
	}

.wholesale {
	font-size: 12px;
	zoom: 1;
}
	.wholesale table td {
		text-align: center;
		zoom: 1;
	}
	.wholesale div {
		color: #709794;
		font-family: Georgia, arial, sans-serif;
		font-size: 24px;
		margin: 5px 0px;
		font-weight:bold;
		zoom: 1;
	}	
	.wholesale_submit {
		background: url(../images/mail_submit.jpg) no-repeat left top;
		width: 86px;
		height: 26px;
		border: none;
		outline: none;
		color: #FFF;
		cursor: pointer;
		margin: 5px 0 0px 40px;
		zoom: 1;
	}
	
.ecis {
	display: inline;
	float: left;
	margin: 0px;
	margin-top: 70px;
	width: 160px;
	font-size: 12px;
	text-align: right;
}
	.ecis p {
		font-size: 12px;
		text-align: right;
		padding: 0px;
	}

.interview_photo {
	padding: 0 0 10px 20px;
	float: right;
}

.product_add_change {
	background: #ff6d02 url(../images/product_add.jpg) no-repeat left bottom;
	height: 32px;
	width: 135px;
	left: 50px;
	border: none;
	outline: none;
	cursor: pointer;
}

img.left {
	float: left;
	margin: 5px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 15px;
}


	
/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
}

.r1{margin: 0 5px}

.r2{margin: 0 3px}

.r3{margin: 0 2px}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px
}

/* boxes */

.box {
	background-color:#dedecd;
	padding: 10px;
	margin-left: 10px;
	text-align: left;
	width: 175px;
	border: #333333;
	border: thin;
	float: right;
	font-size: 14px;
}

.linkNoUnderline a { text-decoration: none; }


.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: transparent;
}

.product_div {
	float:left; 
	width:210px; 
	border-right:1px;
	border-right-style:dashed; 
	border-right-color:#BCBCBC;
	margin-bottom:15px;
}

.product_box {
	width:200px; 
	height:307px; 
	margin:5px;
	display:inline;
}

.product_box tbody {
	width:200px; 
}

.product_title {
	height:25px; 
	font-size:14px; 
	font-weight:bold; 
	color:#348D9F;
}

.product_title a {
	font-size:14px; 
	font-weight:bold; 
	color:#348D9F;
	text-decoration:none;
}

.product_img {
	max-height:225px; 
	height:auto !important; 
	height:225px;
	max-width:200px; 
	width:auto !important; 
	width:200px;
}

.price_box {
	height:25px; 
	font-family:Georgia, Arial, Tahoma, Verdana, 'Trebuchet MS'; 
	font-size:16px; 
	font-weight:bold; 
	color:#FF5A02; 
	text-align:center;
}

.clear { clear: both;}

.content_div {
	float:left; 
	margin:0px; 
	display:inline;
}

.product_img_div {
	float:left; 
	width:200px; 
	height:180px; 
/*	border:1px; 
	border-style:solid; 
	border-color:#dfdfdf; */
	margin:5px; 
	display:inline;
	text-align:center;
}

.prodimg_size {
	max-width:200px; 
	width:auto !important; 
	width:200px; 
	max-height:230px; 
	width:auto !important; 
	/*height:230px;*/
	text-align:center;
        border: 0px;
}

.prod_pret {
	float:left; 
	width:410px; 
	margin-left:5px;
	margin-bottom:10px; 
	margin-top:10px;
	display:inline; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#348d9f;
	font-weight:bold;
	font-size:20px;
}

.prodinfo {
	float:left; 
	width:410px; 
	margin-left:5px; 
	display:inline; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#353535;
	font-size:14px;
	color:#2f2f2f;
}

.more_buy {
	float:right; 
	width:400px; 
	display:inline; 
	height:45px;
	margin-top:20px;
	margin-bottom:10px;
}

.cumpara_div {
	float:right; 
	width:182px; 
	height:40px; 
	margin-right:20px; 
	display:inline;
}

.prodimg_td {
	height:225px; 
	width:200px;
}

