/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


a:link,a:visited
{
	font-size:11px;
	color:#a3a3a3;
	text-decoration: none;
}

a:hover,a:active,a:focus
{
	color:#e6b803;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	border:solid 0;
	color:#fff;
	font-size:1em;
}

h5{
	font-size:0.9em;
	color: #E6B803;
	font-weight:bolder;
}

input:focus {
	border: 1px solid #e6b803;
}

fieldset {
	border:0;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:solid 1px #EFDEEA;
	margin:10px 0;
	padding:10px;
	background:#FBF7FA;
}

ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

p {
	line-height:20px;
	margin:5px 0;
}

ul li a.u2:focus,p a.u2:active
{
	padding:0.5em;
	background-color:#000;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

p.counter {
	background:#EEE;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading {
	text-align:right;
}

.buttonheading img
{
	border:0;
}

.leading {
	color: #fff;
	line-height: 20px;
	font-size:12px;
}

em
{
	font-weight:bold;
}

.button
{
	background:url(../images/bg-button.png) no-repeat;
	border:1px solid #1d1d1d;
	color:#fff;
	font-weight:bold;
	margin:20px 10px 0 0;
	padding:0px 30px 0px 30px;
	cursor:pointer;
}

/*  fontsize  */
#fontsize
{
	z-index:100;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	color:#000;
}

#fontsize h3,#fontsize p
{
	border:0;
	display:inline;
	font-size:1em;
}

#fontsize p
{
	margin:0 0 0 5px;
}

#fontsize p a
{
	font-weight:bold;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}

/* background-images */
#fontsize p a.larger {
background:#fff url(../images/lupe_larger.gif) no-repeat;
}

#fontsize p a.smaller {
background:#fff url(../images/lupe_smaller.gif) no-repeat;
}

#fontsize p a.reset {
background:#fff url(../images/lupe_reset.gif) no-repeat;
}

#fontsize p a.larger:hover,#fontsize p a.larger:active,#fontsize p a.larger:focus {
background:#000 url(../images/lupe_larger_black.gif) no-repeat;
color:#fff;
}

#fontsize p a.smaller:hover,#fontsize p a.smaller:active,#fontsize p a.smaller:focus {
background:#000 url(../images/lupe_smaller_black.gif) no-repeat;
color:#fff;
}

#fontsize p a.reset:hover,#fontsize p a.reset:active,#fontsize p a.reset:focus {
background:#000 url(../images/lupe_reset_black.gif) no-repeat;
color:#fff;
}

/* ################# breadcrumbs ################ */
#breadcrumbs {
background:#93246F;
min-height:5em;
padding-top:0;
text-align:left;
color:#fff;
}

#breadcrumbs p {
padding:5px;
display:inline;
}

* html #breadcrumbs {
height:65px;
}

#breadcrumbs a {
text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
background:#93246F;
color:#fff;
}

#breadcrumbs span {
color:#fff;
font-size:0.9em;
padding:7px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
background:#000;
color:#fff;
text-decoration:none;
}

/* ################ left ######################## */
#left .moduletable {
margin-bottom:13px;
}

#left form  {
font-size:11px;
margin-left:28px;
color:#fff;
}

.loginbutton:focus{
	border: 0px;
	color: #e6b803;
}
.loginbutton, .logoutbutton, .inputbutton{
	background: url(../images/bg-login.png) no-repeat;
	border: 0px;
	width: 69px;
	padding-left: 11px;
	padding-bottom: 4px;
	height: 22px;
	cursor: pointer;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
}

.inputbutton{
	background: url(../images/bg-inputbutton.png) no-repeat;
	padding: 0px;
}

.logoutbutton{
	padding-left: 15px;
}

#left .input{
	width:180px;
	margin-bottom:8px;
}

#left form label{
	padding-bottom:5px;
}

#left h3 {
font-size:14px;
margin:20px 0 15px !important;
padding-left: 45px;
border:solid 0;
}

#left ul, #header-top1 ul {
list-style-type:none;
}

#left ul li a, #header-top1 ul li a{
display:block;
padding:3px 4px 3px 10px;
text-decoration:none;
}

#left ul li a:link,#left ul li a:visited,
#header-top1 ul li a:link, #header-top1 ul li a:visited {
font-weight:normal;
}

/* ################## Main Menue ################## */

.moduletable_menu ul {
	list-style-type:none !important;
}

.moduletable_menu ul li a:link, .moduletable_menu ul li a:visited{
	font-size:10px;
	line-height:13px;
	/*text-transform:uppercase;*/
}

.moduletable_menu ul li.active a:link,.moduletable_menu ul li.active a:visited {
	background: url(../images/bg-menu.png) no-repeat;
	color:#e6b803;
	font-weight:bolder !important;
}

.moduletable_menu ul li a:hover {
	background: url(../images/bg-menu1.png) no-repeat;
}

.moduletable_menu span{
	padding-left:35px;
}

/*dTree*/
.dtree{

}
.dTreeNodeRoot{
	display:none;
}

.dTreeNode{
	height: 18px;
	padding-left:33px;
	padding-top: 4px;
}

.dTreeNode:hover{
	background: url(../images/bg-menu1.png) no-repeat;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.node, .nodeSel{
	padding-left:7px;
	font-size: 12px !important;
}

.nodeSel a:link, .nodeSel a:visited,
.node a:link, .node a:visited
{
	font-size:12px;
	color:#a3a3a3;
	text-decoration: none;
}
.nodeSel a:hover, .nodeSel a:active, .nodeSel a:focus,
.node a:hover, .node a:active, .node a:focus, .dTreeNode:hover a
{
	color:#e6b803;
}

.nodeSel{
	color: #e6b803 !important;
	font-weight: bolder;
}
/*----*/


/* ###############  main * ########################### */
/* position */
.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}

#main h2 a,#main2 h2 a {
text-decoration:none;
}

.article_column h2 {
font-size:1.2em !important;
font-weight:bold !important;
padding:0;
}

.article_row .column1 h2,.article_row .column2 h2 {
margin:0 0 10px;
padding:5px 5px 5px 0;
}

.article_row p.iteminfo {
line-height:1em;
margin:0 -10px 5px;
padding:10px;
}

#main h3,#main2 h3 {

}

#main .blog_more h2,#main2 .blog_more h2 {
font-size:1.3em;
font-weight:normal;
margin:0;
}

#main .blog_more li a,#main2 .blog_more li a {
display:inline;
margin:0;
padding:0;
}

#main .blog_more li,#main2 .blog_more li {
padding:4px;
}

#main .blog_more ul li a,#main2 .blog_more ul li a {
background:url(../images/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 0 4px 30px;
}

#main .blog_more ul li a:hover,#main2 .blog_more ul li a:hover {
background:url(../images/pfeil.gif) no-repeat !important;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul li a:active,#main2 .blog_more ul li a:active,#main .blog_more ul li a:focus,#main2 .blog_more ul li a:focus {
background:url(../images/pfeil.gif) no-repeat !important;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul,#main2 .blog_more ul {
line-height:1.3em;
list-style-type:none;
margin:0;
padding:10px 10px 30px;
}

#main .blog_more,#main2 .blog_more {
padding-top:10px;
}

/* main generell  */

#main h1,#main2 h1 {
font-size:1.6em;
font-weight:normal;
margin:0;
color:#A3A3A3;
}

#user2 h3,
#main h2 {
font-size:21px;
font-weight:normal;
color:#cecece;
}

#user2 h3{
	margin-top:10px;
}

.small {
border:solid 0;
font-size:0.85em;
margin:0 0 20px;
color:#A3A3A3;
}

.contentdescription {
padding:10px 0;
overflow:hidden;
}

.image_left {
float:left;
margin:0 10px 10px 0;
}

.image_right {
float:right;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}

.createdate {
display:block;
font-size:0.85em;
color:#a3a3a3;
}

.createdby {
display:block;
font-size:0.85em;
padding:0 0 0 2px;
color:#a3a3a3;
}

.modifydate {
display:block;
font-size:0.85em;
padding:0;
color:#a3a3a3;
}

span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
color:#a3a3a3;
}

.content_vote {
margin:0 0 10px;
display:block;
color:#a3a3a3;
}

.content_vote input {
margin:0 5px;
}

.content_vote .button {
background:url(../images/pfeil.gif) no-repeat;
border:0;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ###############  right #################  */
#right .moduletable {
margin:10px 0;
padding:10px;
}

#right h3 {
font-size:14px;
margin:0px 0px 15px !important;
border:solid 0;
color:#e6b803;
font-size:14px;
text-transform:uppercase;
}

#right h4 {
font-size:1em;
padding:10px 5px 0 0;
margin:0;
border:solid 0;
}

#right ul {
line-height:1.4em;
list-style-type:none;
margin:0;
padding:10px 10px 10px 0;
position:relative;
}

#right ul li {
margin-bottom:4px;
}

#right ul li a {
font-weight:normal;
padding:2px;
}

#right ul li a:link,#right ul li a:visited {
}

#right ul li a:hover,#right ul li a:active,#right ul li a:focus {
}

#right form.poll {
padding:10px 0 0;
}

#right form.poll fieldset {
line-height:1.6em;
}

#right form.poll fieldset label {
padding:0 0 0 4px;
}

#right form.poll .button {
cursor:pointer;
float:left;
width:auto;
line-height:0.9em;
display:inline;
height:1.55em;
font-size:1em;
overflow:visible;
margin:0 10px 0 0;
padding:0 2px !important;
}

#right form.poll .button:focus {
border:outset 1px #C39;
}

#right form.poll a {
text-decoration:none;
padding:1px 2px !important;
border:outset 1px #C39;
cursor:pointer;
float:left;
}

#right form.poll a:hover,#right form.poll a:active,#right form.poll a:focus,#right form.poll .button:hover,#right form.poll .button:active,#right form.poll .button:focus {
}

#right form.poll:after {
/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich
			 */
content:".";
/* [content] verbergen;
			 */
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
			 */
display:block;
/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */
clear:both;
}

dl.poll {
}

dl.poll dt {
}

dl.poll dd {
padding:6px 0;
font-weight:bold;
}

.polls_color_1 {
}

.polls_color_2 {
}

.polls_color_3 {
}

.polls_color_4 {
}

.polls_color_5 {
}

.polls_color_6 {
}

/*  ####################   Formulare   #####################  */
form.limit {
}

form.login {
font-size:0.9em;
margin:5px 0 20px;
padding:10px 10px 20px 15px;
text-align:left;
}

form.login .inputbox:focus {
border:solid 2px #000;
}

form.login p {
clear:both;
border:solid 0 #000;
font-size:1em;
}

form.login .button {
background:url(../images/pfeil.gif)  no-repeat;
clear:left;
display:block;
font-weight:bold;
margin:0 0 10px !important;
padding:0 0 0 30px !important;
cursor:pointer;
border:solid 0;
}

form.login fieldset {
margin:0;
padding:0;
text-align:left;
}

form.login input {
color:#000;
padding:2px 2px 0;
width:90%;
}

form.login input.checkbox {
background:none;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}

form.login label {
color:#000;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}

form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:11em;
}

form.login p {
color:#000;
}

form.login p a {
color:#000;
}

form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#000;
text-decoration:none;
}

form.lost_password .button,.login_form .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}

form.poll fieldset {
border:0 solid #000;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #93246F;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}

/* #####################  form.registration ################ */
form.search_result,form.registration,form.lost_password,.login_form {
background:#fff;
border:solid 0 #93246F;
margin:15px 10px 0;
padding:0;
position:relative;
}

.search_result .button,form.registration .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:10px 0 0;
padding:0 5px 0 30px;
cursor:pointer;
}

.registration fieldset p {
margin:10px 0;
}

.registration div,.login_form div,.lost_password div {
margin:5px 0;
}

/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}

.display {
margin:20px 0 0;
text-align:right;
}

.filter {
margin:10px 0 0;
}

.inputbox{
	background:url(../images/bg-button.png) no-repeat;
	border:1px solid #1d1d1d;
	color:#fff;
}

.input{
	height:18px;
}

.inputbox:focus {
border:1px solid  #000;
}

.highlight {
font-weight:bold;
}

fieldset.word,fieldset.only {
border:solid 1px #ccc;
}

.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}

.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
background:#fff;
border:solid 2px #999;
color:#93246F;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}

.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}

/*Selects*/
.phrase .inputbox {
}

.phrase .inputbox option {
}

.phrase .inputbox option a:hover {
}

.search_result legend {
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}

/*  polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}

.poll h3 {
color:#932467;
border:solid 0;
margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}

.poll form {
margin:20px 0;
}

.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}

.poll table .td_1 {
width:30px;
}

.poll table caption {
color:#93246F;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}

.poll td {

padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
background:#EEE;
border:solid 1px #ccc;
}

.question {
font-weight:bold;
}

p.syndicate {
float:left;
display:block;
text-align:left;
}


/* Error Message contact form */
p.error {
color:#93246F;
background:#F2E3ED;
border-top:3px solid #93246F;
border-bottom:3px solid #93246F;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{margin:10px}

.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}











/* styles for moto */

.minicart-link a:link, .minicart-link a:visited
{
	color:#fff;
	text-decoration: underline;
	font-size: 12px;
	line-height: 12px;
}
.minicart-link a:hover, .minicart-link a:active, .minicart-link a:focus{color:#e6b803;}
.minicart-item{	color: #a3a3a3;}

.inputboxsearch{
	border: 0px;
	color:#3d3d3d;
	background: transparent;
	font-size:11px;
	width: 145px;
}

.searchbutton{
	width: 22px;
	height: 20px;
	cursor:pointer;
	border: 0px;
	background: none;
}

.searchbutton:focus, .inputboxsearch:focus {
	border: 0px !important;
	background: none;
}
.divsearch{
	background:url(../images/bg-search.png) no-repeat;
	width:185px;
	height:20px;
	padding-left: 9px;
	margin-top: 10px;
}

a.readon:link,a.readon:visited, a.readon:hover,a.readon:active,a.readon:focus{
	text-decoration: underline;
	background:url(../images/arrow-link.png) no-repeat top right;
	padding-right:20px;
	padding-bottom: 1px;
}

.latestnews{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 1px dotted #444444;
}

.latestnews-title a:link, .latestnews-title a:visited{
	font-size: 12px;
}

.latestnews-date span{
	padding-top:4px;
	font-style: italic;
	color: #444444;
}

.latestnews-title{
	line-height: 20px;
	color: #A3A3A3;
	font-size: 12px;
}

.moduletable-fmenu{
	float: left;
}

.moduletable-fprivacy{
	float: right;
}

.moduletable-fmenu{
	width: 430px;
	color: #696868;
	font-size: 12px;
}

.moduletable-flinks{
	float: left;
	color: #696868;
	font-size: 12px;
	clear: both;
	width: 100%;
}

.moduletable-fmenu  a:link, .moduletable-fmenu a:visited{
	color: #696868;
	font-size: 12px;
}
.moduletable-fmenu a:hover, .moduletable-fmenu a:active, .moduletable-fmenu a:focus{
	color: #E6B803;
}
.moduletable-fmenu span.mainlevel{
	color: #1b1b1b;
	padding-left: 15px;
	padding-right: 15px;
}

.moduletable-fprivacy p{
	line-height: 10px;
	margin: 0px;
	color: #3c3c3c;
}
.moduletable-fprivacy a:link, .moduletable-fprivacy a:visited{
	color: #3c3c3c;
	font-size: 12px;
}
.copyright, .designed{
	color: #3c3c3c;
	font-size: 11px;
}

.copyright a:link, .copyright a:visited,
.designed a:link, .designed a:visited{
	color: #878787;
	font-size: 11px;
}

.contact{
	color: #fff;
}

.contact-title-cat{
	color: #565656;
	font-size: 17px;
	padding: 10px 0 10px 0;
}

.contact-address{
	border-top: 1px solid #3f3f3f;
}

table.contact-address td{
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.contact-address td a{
	font-size: 12px;
	color: #fff;
}

.moduletable-fprivacy a:hover, .moduletable-fprivacy a:active, .moduletable-fprivacy a:focus,
.copyright a:hover, .copyright a:active, .copyright a:focus,
.designed a:hover, .designed a:active, .designed a:focus,
table.contact-address td a:hover, table.contact-address td a:active, table.contact-address td a:focus{
	color: #E6B803;
}

.contact_email{
	margin-bottom: 7px;
}
.contact_email label{
	display:block;
	margin-bottom: 2px;
}

.contact_email textarea{
	width:100%;
}

.textarea{
	background: #565656;
	border:1px solid #1D1D1D;
	color:#FFFFFF;
}
.button-send{
	background:url(../images/bg-send.png) no-repeat top left;
	color: #fff;
	border:0 none;
	cursor:pointer;
	height:22px;
	line-height:10px;
	padding-bottom:4px;
	width:69px;
	margin-top: 10px;
	font-size:10px;
}
.button-send:focus, .button-send:hover, loginbutton:focus, loginbutton:hover{
	color: #E6B803;
}

#latestproduct, similiarproduct{
	width: 100%;
}

.lp-item{
	float:left;
	border: 1px solid #0f0f0f;
	width: 133px;
	height: 182px;
	background:url(../images/bg-lpitem.png) #000 no-repeat top left;
	margin-right: 10px;
	margin-bottom: 18px;
}

.lp-item:focus, .lp-item:hover{
	border: 1px solid #302f2f;
	cursor:pointer;
}

.lp-item img{
	margin-top: 3px;
	margin-left: 3px;
}
.lp-title{
	margin-top: 7px;
	text-align: center;
	min-height: 25px;
}
.lp-price{
	text-align: center;
}
.lp-price span.productPrice{
	color: #fff;
	font-size: 15px;
}

.pagination{
	padding-bottom: 25px;
}

.pagination div{
	float:right;
}
.pagination div div{
	width: 20px;
	height: 19px;
	font-size:12px;
	text-align: center;
	padding-top:2px;
	float:left;
	margin-right: 6px;
	background:url(../images/pg-page.png) no-repeat top left;
}
.pagination div div.pg_title{
	width: 50px;
	background: none;
}
.pg_active {background:url(../images/pg-active.png) no-repeat top left;color:#E6B803;}


.pg_next a, .pg_last a, .pg_prev a, .pg_begi a, .pg_page a{
	font-size:12px;
}
/* ------------------------------- */

select.inputbox{
	width: 182px;
	background: url(../images/bg-button.png) #565656 no-repeat scroll 0 0;
	border:1px solid #1D1D1D;
	font-size: 11px;
}

select, select.option{
	background: url(../images/bg-button.png) #565656 no-repeat scroll 0 0;
	border:1px solid #1D1D1D;
	font-size: 11px;
}

select.inputbox option{
	width: 160px;
	background: #565656;
}

/*---------------------------------------*/
