@import "layout.css";
@import "form.css";
@import "table.css";
@import "sIFR-screen.css";

/*-------------------------*//* global text styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* define basic elements
--------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

body {
	font: normal 62.5%/1 verdana,arial,helvetica,sans-serif;
	color:#333;
	background: #FFF url(/images/bg_body.gif) top center no-repeat;
}

h1, h2, h3, h4, h5 {
	font-family:arial,helvetica,sans-serif;
	margin:0 0 10px 0;
}

h1 {
	font-size:1.8em;
}

body.news.article h1{
	width:340px;
}

h1 span{
	display:none;
}

h2 {
	color:#363;
	font-size:1.6em;
	clear:both;
}

h2.price{
	color:#090;
	font-size:1.4em;
	
}

h3 {
	font-size:1.4em;
	color:#363;
}

h4 {
	font-size:1.1em;
}

h5 {
	
}

p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height:1.4;
}

p.intro{
	font-weight:bold;
	margin-top:15px;
}

p.caption{
	float:left;
	clear:left; 
	width:250px; 
	margin:0 0 5px 10px; 
	font-size:0.9em; 
	font-weight:bold; 
	color:#522D29;
	display:inline;
}

body.article #content_main p.caption{
	margin:0 0 5px 20px; 
	width:240px;
}

span {
	
}

address{
	font:normal 1.2em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px 0;
}

/* list styles
--------------------------------------------------------------------------*/
ol{
	
}

ul {
	margin: 0 0 10px 30px;
	line-height:1.4;
	font-size: 1.2em;
}

li {

}

dl {
	float:left;
	width:280px;
}

dt {
	float:left;
	width:150px;
	font-size:1.1em;
	line-height:1.3;
}

dd {
	float:left;
	font-size:1.1em;
	line-height:1.3;
}


/* link styles
--------------------------------------------------------------------------*/
a img {
	border:none;
}

a:link, a:visited {
	color:#55322F;
	text-decoration:underline;
}

a:hover {
	color:#360;
}

a:active {
	
}

a.button_checkout{
	background:url(/includes/languages/english/images/buttons/button_checkout.gif) no-repeat;
	display:block;
	width:202px;
	height:44px;
	float:right;
	margin:5px 0px 0 0;
	clear:both;
}

a.button_view_cart{
	background:url(/includes/languages/english/images/buttons/button_view_cart.gif) no-repeat;
	display:block;
	width:85px;
	height:20px;
	float:right;
	margin:5px 15px 0 0;
}

a.button_continue{
	clear:both;
	display:block;
	width:135px;
}

a.button_checkout span, a.button_view_cart span{
	display:none;
}

.button_left{
	float:left;
	margin-top:5px;
}

.button_right, .right{
	float:right;
}

a:link.link_archive, a:visited.link_archive{
	float:right;
	line-height:1.2;
	margin:5px 0 0 15px;
	background:url(/images/bullet_arrow_green.gif) 0 4px no-repeat;
	padding-left:6px;
}


/* test classes
--------------------------------------------------------------------------*/
.testbdr {
	border: 1px solid red;
}

.testbg {
	background-color: Lime;
}

/* general custom classes
--------------------------------------------------------------------------*/
.dotrule {
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:7px 0;
	float:left;
	width:100%;
}

#content_main .dotrule {
	width:569px;
}
	
.deep {
	margin-bottom:3em;
}

.clear{
	clear:both;
}

/*pagination*/


#pagination{
	float:left;
	margin:10px 0 10px 10px;
	font-size:1em;
	display:inline;
	width:210px;
}

#pagination p{
	float:left;
	margin:0;
}

#pagination #page{
	clear:left;
}

#pagination ul#numbers{
	float:left;
	margin:0;
}

#pagination ul#numbers li{
	list-style:none;
	float:left;
}

#pagination ul#numbers li a{
	background-color:#BBC5B6;
	color:#FFF;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	margin:0 0 0 1px;
}

#pagination ul#numbers li a.selected{
	background-color:#2E5B2B;
}

#pagination ul#numbers li a:hover{
	background-color:#2E5B2B;
	
}

#nextPrevious{
	float:right;
}

a:link.first, a:visited.first{ 
	display:block;
	float:left;
	margin:0 10px 10px 0;
	text-decoration:none;
}

a:link.last, a:visited.last{
	display:block;
	float:left;
	margin:0 0 10px 10px;
	text-decoration:none;
}

/*error*/
div.alert{
	background-color:#FFC;
	border:1px solid #CC6;
	width:500px;
	margin:0 50px 10px 10px;
	display:inline;
	float:left;
}

div.alert p{
	margin:5px;
	font-size:1em;
}


/*image borders*/
div.thumb{
	background: url(/images/border_image.gif) top left no-repeat;
	width:175px;
	/*padding:16px;*/
	/*display:block;*/
	float:left;
	margin:0 0 15px 0;
}

#bodyHome .content_section p, #bodyHome .content_section h2, #bodyHome .content_section h3{
	margin-left:10px;
}

div.thumb img{
	margin:16px 0px 2px 16px;
}

span.thumb_bottom{
	background:url(/images/border_bottom.gif) top left no-repeat;
	height:12px;
	width:175px;
	display:block;
}


div.thumb_large{
	background:url(/images/border_image_large.gif) top left no-repeat;
	width:240px;
	display:block;
	float:left;
	margin:0 15px 10px 5px;
}

div.thumb_large img{
	margin:10px 10px 2px 9px
}

span.thumb_bottom_large{
	background:url(/images/border_bottom_large.gif) top left no-repeat;
	height:9px;
	width:240px;
	display:block;
}



/*note style*/

div.note{
	border:1px solid #BCC5B6;
	background: #FFF url(/images/bg_note.gif) no-repeat;
	width:490px;
	margin:0 50px 10px 10px;
	float:left;
	display:inline;
}

div.note p{
	margin:5px;
	font-size:1em;
}



/*pattern page styles*/

.pattern{
	overflow:hidden;
	border-bottom:1px solid #CCC;
	margin:0 0 20px;
	width:570px;
}

.pattern_thumb{
	border:1px solid #ccc;
	padding:5px;
}



#bread_crumbs{
	color:#083b08;
	margin:0;
	list-style:none;
	overflow:hidden;
	margin:0 0 10px;
	float:left;
}

#bread_crumbs li{
	float:left;
}

#bread_crumbs a:link, #bread_crumbs a:visited{
	color:#083b08;
	text-decoration:none;
}

.pattern_main{
	width:320px;
	float:left;
}

.pattern_sub{
	width:230px;
	float:left;
	margin:0 0 0 20px;
	display:inline;
}

.pattern_sub a:link, .pattern_sub a:visited{
	display:block;
	text-decoration:none;
	float:left;
	width:auto;
	text-align:center;
	margin:0 0 10px;
	display:inline;
}

.pattern_sub a:link.thumb_left, .pattern_sub a:visited.thumb_left{
	margin-right:10px;
}

.pattern_sub a.foot:link, .pattern_sub a.foot:visited{
	float:right;
	display:block;
}

#arrow_nav{
	list-style:none;
	margin:0;
	overflow:hidden;
}

#arrow_nav ul{
	margin:0 0 0 10px;
	overflow:hidden;
}
#arrow_nav li{
	padding:0 0 0 7px;
}

#arrow_nav a:link, #arrow_nav a:visited{
	text-decoration:none;
}

#arrow_nav li li{
	font-size:0.9em;
	list-style:none;
	background: url(/images/bullet_dash.gif) 0 5px no-repeat;
}

#arrow_nav li li li{
	font-size:0.8em;
	list-style:none;
	background: url(/images/bullet_dash.gif) 0 5px no-repeat;
}

#arrow_nav li{
	background:url(/images/bullet_arrow_brown.gif) 0 5px no-repeat;
}

#arrow_nav li.open{
	background: url(/images/bullet_arrow_brown_down.gif) 0 5px no-repeat;
	padding:0 0 0 10px;
}

#arrow_nav li.selected a:link, #arrow_nav li.selected a:visited{
	font-weight:bold;
}