* {
padding: 0; margin: 0;
 }
img {border:0}
a, a:visited {
    color: #eeeeee;
}

a:hover {
    color: #ffffff;
}
.topdiv {width: 200px;
    border: 1px solid;
    float: right;
    position: relative;
    border-radius: 0pt 0pt 0pt 20px;
    padding: 5px 0pt 10px 13px;
    background: #FDB8AA;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDB8AA), to(#EEBB33));
background: -moz-linear-gradient(#FDB8AA, #EEBB33);
background: linear-gradient(#FDB8AA, #EEBB33);
    -pie-background: linear-gradient(#FDB8AA, #EEBB33);
    behavior:url("/static/PIE.htc");
}


.curved, .catitem {

    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    margin: 5px;
    position: relative;
    border-radius: 15px;
    /*padding: 5px;*/
    background: #333333;
    
    behavior:url("/static/PIE.htc");
}
.main .curved {
    padding: 15px;
}
body {
    background: url("../images/grass15m2.png");
    font: 10pt arial,helvetica,sans-serif;
    color: #FFFFFF;
}

#page {
    width: 984px;
    margin: 0 auto 0 auto;
    background: #191919;
}
.catalog {
    width: 720px;
    background-color: #191919;
 
}

#header {
    height: 212px;
    background: url("../images/n1.png")
}

#menu {
    background: url("../images/ff2.png") repeat-x;
    height: 49px;
    font-weight: bold;
}

#menu ul {
    list-style: none outside none;
}

#menu li {
    float: left;
    padding: 15px;
}


#menu a, #menu a:visited {
    color: #fff;
    text-decoration:none;
}
#menu a:hover {
    text-decoration: underline;
}

.main {
    width: 720px;
    float: right;
}

.column {
    width: 260px;
    float: left;
}

.sideitem {
    text-align: center;
    background: #333333;
    
    margin: 5px;
}

.sideheader {
    height:30px;
    font-weight: bold;
    /*background: url("../images/ff3-1.png") no-repeat top;*/
    padding-top:5px;
}

.sidefooter {
    height: 25px;
    /*background: url("../images/ff4.png") no-repeat bottom;*/
}

#footer {
    height: 15px;
    background: url("../images/ff2.png") repeat-x;
    padding: 15px;
}

.catalog .catitem {
    width: 170px;
    height:250px;
    float: left;

    text-align: center;

}

.catalog .catitem:hover {
    background-color: #444444;
}

.catalog .catitem .head {
    width: 100%;
    height: 15px;
    /*background: url("../images/fft1.png");*/
color: #CCCCCC;
    vertical-align: middle;
    font-size: 12px;
}

.catalog .catitem img {
    border: 0;
    width: 160px;
    height: 160px;
}

.catalog .catitem .body {
    color: #F9F9F9;
    /*background: url("../images/fft2-2.png") bottom;*/
    width: 100%;
    height: 62px;
}

.priced {
    color: #CCCCCC;
}
.price {
    color: #F9F900;
    font-weight: bold;
}

.detailitem {
    padding: 10px;
}

#popup {
    display: none;
    background: #333333;
    border: solid 1px #999999;
    min-width: 300px;
    min-height: 200px;
    padding: 10px;
    Z-INDEX: 15000;
}

.breadcrumbs {
    padding: 5px 15px 5px 15px;
}

.breadcrumbs a {
    
}

form.cssform label
{
width: 17em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

form.cssform .submit input
{
margin-left: 4.5em;
}
form.cssform input, form.cssform textarea, form.cssform select
{
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #232323;
    color: #DFDFDF;
    padding: 1px;

}

form.cssform .submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}

form.cssform fieldset
{
border: 1px solid #781351;
width: 20em
}

form.cssform legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}

form.cssform p {
    padding: 0.4em;
}

form.cssform ul {
    list-style: none outside none;
    display: inline;
    
}

form.cssform li {
    list-style: none outside none;
}

form.cssform li label {
    list-style: none outside none;
    float: none;
    padding: 0;
    margin: 0;
    display: inline;

}

.curved table {
    border-collapse:collapse;
}

.curved table, .curved th, .curved td
{
    border: 1px solid  #232323;
padding: 3px;

}
.curved th
{
    background: #555555;

}
table.transp
{
    font-weight: bold;
    width: 90%;
    margin: 0 auto 0 auto;
}

table.transp, table.transp td, table.transp th
{
    border: 0;
}

table.transp td {
    /*padding-right: 15px;*/
}

.itemgallery {
    width: 200px;
    float: left;
}

.itemdescription {
    margin-left: 215px;
    /*text-align: center;*/
}

.description {
    text-align: left;
    color: #ffff00;
    margin: 20px 0 20px 0;
}
.description p {
    padding: 5px 0 5px 0;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    position: relative;
    behavior:url("/static/PIE.htc");
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button img {
    vertical-align: middle;

}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* color styles
---------------------------------------------- */
/* black */
.black {
color: #d7d7d7;
border: solid 1px #333;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top, #666, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
background: #000;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
background: -moz-linear-gradient(top, #444, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
background: -moz-linear-gradient(top, #000, #444);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray {
color: #e9e9e9;
border: solid 1px #555;
background: #6e6e6e;
background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
background: -moz-linear-gradient(top, #888, #575757);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
background: #616161;
background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
background: -moz-linear-gradient(top, #757575, #4b4b4b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
color: #afafaf;
background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
background: -moz-linear-gradient(top, #575757, #888);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* blue */
.blue {
color: #d9eef7;
border: solid 1px #0076a3;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -moz-linear-gradient(top, #00adee, #0078a5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
background: -moz-linear-gradient(top, #0095cc, #00678e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
color: #80bed6;
background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
background: -moz-linear-gradient(top, #0078a5, #00adee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* green */
.green {
color: #e8f0de;
border: solid 1px #538312;
background: #64991e;
background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
background: #538018;
background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
background: -moz-linear-gradient(top, #6b9d28, #436b0c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
color: #a9c08c;
background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* rosy */
.rosy {
color: #fae7e9;
border: solid 1px #b73948;
background: #da5867;
background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
background: -moz-linear-gradient(top, #f16c7c, #bf404f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
background: #ba4b58;
background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
background: -moz-linear-gradient(top, #cf5d6a, #a53845);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
color: #dca4ab;
background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
background: -moz-linear-gradient(top, #bf404f, #f16c7c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/*fieldset.search {*/
	/*border: none;*/
	/*width: 243px;*/
	/*margin: 0 auto;*/
	/*background: #222;*/
/*}*/
/*.search input, .search button {*/
	/*border: none;*/
	/*float: left;*/
/*}*/
/*.search input.box {*/
	/*color: #fff;*/
	/*font-size: 1.2em;*/
	/*width: 190px;*/
	/*height: 30px;*/
	/*padding: 8px 5px 0;*/
	/*background: #616161 url(../images/search_bg.gif) no-repeat left top;*/
	/*margin-right: 5px;*/
/*}*/
/*.search input.box:focus {*/
	/*background: #616161 url(../images/search_bg.gif) no-repeat left -38px;*/
	/*outline: none;*/
/*}*/
/*.search button.btn {*/
	/*width: 38px;*/
	/*height: 38px;*/
	/*cursor: pointer;*/
	/*text-indent: -9999px;*/
	/*background: #fbc900 url(../images/search_bg.gif) no-repeat top right;*/
/*}*/
/*.search button.btn:hover {*/
	/*background: #fbc900 url(../images/search_bg.gif) no-repeat bottom right;*/
/*}*/

fieldset.search {
    border: none;
}


.search_button {
  background: url("../images/search_bg.png") no-repeat scroll right center transparent;
  display: block;
  height: 17px;
  margin: 0 0 0;
  overflow: hidden;
  padding: 1px;
  text-indent: -5000px;
  width: 16px;
}

.search_box { float: left;}

h2 {
    padding: 0.3em 0;
}

.center {
    text-align: center;
}

.left { text-align: left; vertical-align: top}
.right { text-align: right;  vertical-align: top}
.dashedtr { border-bottom: dashed 1px #666666;}
.perl, .perl:visited {text-decoration: none; color: #ffff00;}
.perl:hover {text-decoration: underline}

.topitems a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding-bottom: 10px;
}
.topitems img { display: block; margin: 5px auto 5px auto;}
.topitems a:hover {text-decoration:underline;}

.cphone {
    font-weight: bold;

    font-size: 23px;
    color: #F9F900;
}

.cart {
    background: url(/static/images/cartbg.png) no-repeat left center #303030;
    padding: 10px 0 10px 0;
}

span.required:before { content: "*"; }
span.required { font-weight: bold; }
.fieldWrapper { margin: 5px;}

.artno { font-size: 130%; }

.error, .success, .info, .notice {
    display: block;
    padding: 10px 14px 11px 42px;
}
.success {
    background: url("../images/icon-box-success.png") no-repeat scroll 12px 8px #E3EBC6;
    border-color: #C2D288;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #8FA442;
}
.error {
    background: url("../images/icon-box-error.png") no-repeat scroll 10px 9px #F9E5E6;
    border-color: #F7C7C9;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #B3696C;
}
.info {
    background: url("../images/icon-box-info.png") no-repeat scroll 10px 8px #D8ECF5;
    border-color: #9AC9DF;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #528DA9;
}
.info {
    background: url("../images/icon-box-info.png") no-repeat scroll 10px 8px #D8ECF5;
    border-color: #9AC9DF;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #528DA9;
}

.orderform .fieldWrapper input {
    width: 400px;
}

.orderform .fieldWrapper select {
    width: 404px;
}

.orderform .fieldWrapper textarea {
    width: 404px;
    margin-left: 8px;
}

#popup form.cssform label {
    width: 10em;
}