body {
	color: #000;
}
/******** Define Search Page ****/
#search_box{
		border: 0px solid red;
}
#search_box_left{
	float: left;
	width: 300px;
	border: 0px solid black;
}
#search_box_right{
	float: right;
}
#clear_div{
	clear: both;
}

/******** End of Search Block ****/


/******** Define Error Block *****/
#error_block {
	padding: 1px;
	padding-bottom: 4px;
	color: #900;
	border: 1px solid #c33;
	background: #fcc;
	margin-left: 5px;
	margin-bottom: 3px;
}
#error_block h4 {
	padding: 0px;
	margin: 2px;
}
#error_block ul{
	margin-top: 5px; 
	margin-left: 60px;
	margin-bottom: 4px;
}
#error_block ul li{
	margin: 4px;
}
/******** End of error block *********/
.spacer {
	height: 15px;
	width: 95%;
	border: 0px solid red;
}
.product_desc{
	text-align:justify;
	font-size:1.1em;
	color: #021033;
}
strong {
	color: #021033;
}
/********* Products images display block **********/
#product_images{
	border: 0px solid green;
	width: 95%;
	height: 300px;
}

#main_image_block1 {
	border: 0px solid red;
	width: 350px;
	height: 300px;
	background-color: #021033;
	text-align: center;
	float: left;
}

#text_block2 {
	float: left;
	width: 360px;
	margin-left: 25px;
}

#thumb_images {
	width: 95%;
	height: 120px;
	border: 0px solid black;
}

#product_name{
	border: 0px solid red;
}

.thumb_block1{
	border: 0px solid red;
	float: left;
	width: 130px;
	height: 111px;
	background-color: #021033;
}

.thumb_block{
	border: 0px solid red;
	float: left;
	width: 130px;
	height: 111px;
	background-color: #021033;
	margin-left: 10px;
}

/******** End of Proeucts images block ***********/
h1 {
	font-size:1.4em;
	color: black;
	font-weight: bold;
}
h2 {
	font-size:1.2em;
	color: black;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	color: #053d83;
	font-weight:bold;
}
a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #900;
text-decoration: none;
}

a.white {
color: #ffffff;
text-decoration: none;
}

img {
border: none;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}

p.single {
margin-top: 5px;
margin-bottom: 5px;
}

hr {
height: 1px;
}

ul.general {
padding-left: 30px;
}

ul.general li {
padding-bottom: 10px;
}

ol.general {
padding-left: 30px;
}

ol.general li {
padding-bottom: 10px;
}

.strong_copy {
font-weight: bold;
}

.italic_copy {
font-style: italic;
}

.float_left {
float: left;
padding-right: 3px;
}

#latest_addition {
width: 174px;
height: 152px;
background-image: url(/_images/backgrounds/bg_latest_edition.gif);
background-repeat: repeat-x;
text-align: center;
padding:0px;
margin:0px;
padding-top:40px;
margin-bottom: 13px;
}
#find_more {

}

#find_design_teaser {
padding-left: 10px;
padding-top: 30px;
}

#page_title {
width: 355px;
height: 25px;
padding-top: 15px;
padding-left: 4px;
font-family: arial;
font-size: 20px;
font-weight: bold;
color: #608bc8;
border-bottom: 1px solid #ffffff;
}

/*FORM STYLES*/

fieldset {
border: 1px solid #043E54;
padding: 10px;
}

fieldset.contact {
width: 250px;
border: 1px solid #043E54;
padding: 10px;
}

legend {
font-weight: normal;
color: #000000;
margin-bottom: 10px;
padding: 0px 5px;
}

label.ex_small {
float: left;
clear: left;
width: 55px;
text-align: right;
padding-right: 4px;
}

label.small {
float: left;
clear: left;
width: 90px;
text-align: right;
padding-right: 4px;
}

label.large {
float: left;
clear: left;
width: 120px;
text-align: right;
padding-right: 4px;
font-weight: bold;
}

label.large_norm {
float: left;
clear: left;
width: 120px;
text-align: right;
padding-right: 4px;
}

hr.form {
clear: both;
margin-top: 3px;
margin-bottom: 3px;
}


/*INPUT*/

input {
font-family: arial;
font-size: 11px;
padding: 1px;
padding-left: 2px;
}

input.no_float {
float: none;
}

input.qty {
border: 1px solid #808080;
width: 25px;
text-align: right;
padding-right: 2px;
background: #ffffff!important;
}

input.ex_small {
float: left;
border: 1px solid #808080;
width: 50px;
background: #ffffff!important;
}

input.ex_small_error {
float: left;
border: 1px solid #808080;
width: 50px;
background: #ff0000!important;
color: #ffffff;
}

input.small {
float: left;
border: 1px solid #808080;
width: 100px;
background: #ffffff!important;
}

input.medium {
float: left;
border: 1px solid #808080;
width: 150px;
background: #ffffff!important;
}

input.large {
float: left;
border: 1px solid #808080;
float: left;
width: 200px;
background: #ffffff!important;
}

input.chkbox {
float: left;
border: 0px solid #ffffff;
cursor: pointer;
}

input.login {
font-size: 10px;
border: 1px solid #808080;
width: 140px;
background: #ffffff!important;
}

input.login_highlight {
font-size: 10px;
border: 1px solid #808080;
width: 140px;
background: #439BA2!important;
color: #ffffff;
}

input.login_bad_entry {
font-size: 10px;
border: 1px solid #808080;
width: 140px;
background: #ff0000!important;
color: white;
}

/*TEXTAREA*/

textarea {
float: left;
border: 1px solid #808080;
font-family: arial;
font-size: 11px;
padding: 2px;
}

textarea.contact {
width: 150px;
height: 100px;
}

textarea.thin {
width: 230px;
height: 100px;
}

textarea.small {
width: 270px;
height: 100px;
}

textarea.medium {
width: 300px;
height: 70px;
}

textarea.large {
width: 300px;
height: 100px;
}


/*SELECT*/

select {
float: left;
font-family: arial;
font-size: 11px;
background: #ffffff!important;
}

select.small {
float: left;
font-family: arial;
font-size: 10px;
background: #ffffff!important;
}

select.no_float {
float: none;
}


/*SUBMIT*/

.submitBut {
border-style: outset;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: #808080;
border-bottom-color: #808080;
border-width: 2px;
background: #e3e3e3!important;
font: menu;
padding: 1px;
cursor: pointer;
}

.submitBut_right {
border-style: outset;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: #808080;
border-bottom-color: #808080;
border-width: 2px;
background: #e3e3e3!important;
font: menu;
padding: 1px;
cursor: pointer;
margin-left: 10px;
}
