/* css */

@import "search.css";
@import "details.css";
@import "basket.css";
@import "txt_link.css";

* {
  padding: 0;
  margin: 0;
  }
  body {
	background-color:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
    }
 	a{
		cursor:pointer;
		cursor:hand;
		}
	#container {
        width: 890px;
        height: auto;
        margin: auto;
		margin-top:15px;
		background-color:#FFF !important;
        }
        #navigation {
            width: 890px;
            height: auto;
            float: left;
            padding: 5px 0 5px 0;
			background-color:#FFF;
	border: 1px solid #F2F2F2;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;

            }
            #navigation h1 {
                width: auto;
                float: left;
                font-size: 16px;
                font-weight: bold;
                }
                #navigation h1 a {
                    color: #000;
                    text-decoration: none;
                    }
                    #navigation h1 a:hover {
                        color: #CCC;
                        }
            #navigation ul {
                float: left;
                width: auto;
                height: auto;
                font-size: 16px;
                color: #000;
                }
                #navigation ul li {
                    display: inline;
                    font-size: 12px;
                    font-weight: bold;
					float: right;
                    }
                    #navigation ul li a {
                        color: #000;
                        text-decoration: none;
                        padding: 0 5px 0 0;
                        }
                        #navigation ul li a:hover {
                            color: #CCC;
                            }
		#news_top {
		color: #000;
		width:auto;
        text-decoration: none;
		font-size: 12px;
		float:left;
		padding-left: 8px;
		}
		#news_top a {
		color: #000;
        text-decoration: none;
        }
		#news_top a:hover {
		text-decoration:underline;
		}
		#cart_top {
		color: #000;
		width:auto;
        text-decoration: none;
		font-size: 12px;
		float:right;
		padding-right: 8px;
		}
		#cart_top a {
		color: #000;
        text-decoration: none;
        }
		#cart_top a:hover {
			text-decoration:underline
		}
		#bottom_contact {
            width: 890px;
            height: auto;
            float: left;
			background-color:#FFF;
			padding-top:2px;
            }
		#left_column {
		color: #000;
		width:583px;
        text-decoration: none;
		font-size: 12px;
		float:left;
		padding-left: 8px;
		}
		#left_column a {
		color: #000;
        text-decoration: none;
        }
		#left_column a:hover {
			text-decoration:underline
		}
		#middle_column {
		color: #000;
		width:293px;
		text-align:center;
        text-decoration: none;
		font-size: 12px;
		float:left;
		}
		#middle_column a {
		color: #000;
        text-decoration: none;
        }
		#middle_column a:hover {
			text-decoration:underline
		}
		#right_column {
		color: #000;
		width:290px;
		text-align:right;
        text-decoration: none;
		font-size: 12px;
		float:left;
		padding-right: 8px;
		}
		#right_column a {
		color: #000;
        text-decoration: none;
        }
		#right_column a:hover {
			text-decoration:underline
		}
                #keywords {
                  width: auto;
                  height: auto;
                  float: left;
                  margin: 15px 0 0 0;
                  }
        #top {
            width: 890px;
            height: 100px;
            float: left;
            margin: 0;
            }
            #top img {
                float: left;
                border: 0;
                }
        #menu {
            width: 890px;
            height: 30px;
            background: #E7E2D9;
            margin: 0;
            border-bottom: 1px solid #CCC;
            float: left;
            }
            #menu ul {
                float: left;
                width: auto;
                height: auto;
                font-size: 14px;
                color: #000;
                margin: 7px 0 0 7px;
                }
                #menu ul li {
                    display: inline;
                    margin: 0 0 0 0;
                    padding: 0 30px 0 15px;
                    }
                    #menu ul li a {
                        color: #000;
                        text-decoration: none;
                        padding: 0 0 0 5px;
                        }
                        #menu ul li a:hover {
                            color: #CCC;
                            }
        #content {  
            width: 890px;
            height: auto;
            float: left;
			background:#FFF;
			padding-bottom:10px;
            }
            #content #search {
                width: 180px;
                height: auto;
                float: left;
                }
                #content #search h3 {
                    width: 160px;
                    height: auto;
                    float: left;
                    font-size: 14px;
                    font-weight: bold;
                    color: #9D1D1A;
                    margin: 17px 0 5px 5px;
                    }
                    #content #search label {
                        width: 165px;
                        height: auto;
                        float: left;
                        font-size: 11px;
                        font-weight: bold;
                        color: #000;
                        margin: 5px 0 2px 6px;
                        }
                    #content #search input.inp {
                        width: 160px;
                        height: 18px;
                        float: left;
                        margin: 0 0 0 5px;
                        font-size: 12px;
                        color: #000;
                        padding: 0px 0 0 0px;
                        }
                   #content #search input.key {
                        width: 160px;
                        height: 18px;
                        background: none;
                        float: left;
                        margin: 0 0 0 5px;
                        font-size: 12px;
                        color: #000;
                        padding: 2px 0 0 5px;
                        border: 1px solid #7F9DB9;
                        }
                    #content #search input.searchinput {
                      padding: 0;
                      width: 59px;
                      height: 20px;
                      float: left;
                      }
                    #content #search select {
                        width: 167px;
                        background: #FFF;
                        float: left;
                        margin: 0 0 1px 5px;
                        font-size: 12px;
                        color: #000;
                        padding: 0px 0px 0px 3px;
                        border: 1px solid #7F9DB9;
                        }
                        #content #search input.submit {
	width: 59px;
	float: right;
	padding: 1px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0;
                            }
                        #content #search p {
                            width: auto;
                            height: 20px;
                            float: left;
                            font-size: 13px;
                            color: #666;
                            padding: 8px 0 0 6px;
                            }
                    #content #search hr {
                        width: 167px;
                        float: left;
                        height: 2px;
                        background: #000;
                        margin: 5px 0 20px 5px;
                        border: 0;
                        }
                    #content #search span {
                        width: auto;
                        height: auto;
                        float: left;
                        margin: 20px 0 0 0;
                        }
            #content #text {
                width: 700px;
                height: auto;
                float: left;
                }
                #content #text #flash {
                  width: 280px;
                  height: auto;
                  float: left;
				  margin: 20px 0 0 5px;
                  }
                #content #text #rightflash {
                  width: 380px;
                  height: auto;
                  float: left;
				  margin:7px 0 0 20px;
                  }
				  
				  #content #text h1 {
					font-size: 19px;
					font-family: Arial, Helvetica, sans-serif;
					color: #9D1D1A;
					letter-spacing: 2px;
					float: left;
					margin: 10px 0 0 5px;
                    }	 
				#content #text h1 a {
                    font-size: 19px;
					font-family: Arial, Helvetica, sans-serif;
                    color: #9D1D1A;
                    letter-spacing: 0px;
                    float: left;
                    margin: 3px 0 5px 0;
                    }	 
				#content #text h2 {
                    font-size: 18px;
					font-family: Arial, Helvetica, sans-serif;
                    color: #9D1D1A;
                    font-weight: bold;
                    letter-spacing: 2px;
                    float: left;
                    margin: 10px 0 0 5px;
                    }	 
				#content #text h2 a {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9D1D1A;
	font-weight: normal;
	letter-spacing: 0px;
	float: left;
	margin: 3px 0 5px 0;
                    }
	           #content #text p {
                    width: auto;
                    float: left;
                    font-size: 15px;
                    color: #333;
                    margin: 10px 0 0 5px;
                    }
										
                #content #text ul {
                    float: left;
                    width: 320px;
                    height: auto;
                    margin: 5px 0 0 15px;
                    }
                    #content #text ul li {
                        font-size: 14px;
                        color: #333;
                        list-style-type: circle;
                        margin: 10px 0 0 0;
                        }
						#search_content {
							display:none;
						}
        #menu_footer {  
            width: 890px;
            height: 30px;
            background: #E7E2D9;
            border-top: 1px solid #CCC;
            float: left;
            }
            #menu_footer ul {
                float: left;
                width: auto;
                height: auto;
                font-size: 14px;
                color: #000000;
                margin: 7px 0 0 7px;
                }
                #menu_footer ul li {
                    display: inline;
                    margin: 0 30px 0 15px;
                    }
                    #menu_footer ul li a {
                        color: #000;
                        text-decoration: none;
                        padding: 0 0 0 5px;
                        }
                        #menu_footer ul li a:hover {
                            color: #CCC;
                            }
			p.copyright a {
                width: auto;
                font-size: 12px;
                color: #000;
                float: right;
                margin: 2px 0 0 0;
				text-decoration:none;
                }
			p.call {
                width: auto;
                font-size: 12px;
                color: #000;
                float: left;
                margin: 2px 0 0 0;
				text-decoration:none;
                }
        #sendmail { 
            width: 800px;
            height: auto;
            float: left;
            }
            #sendmail h2 {
                width: 320px;
                height: auto;
                font-size: 18px;
                color: #CC0000;
                font-weight: normal;
                letter-spacing: 2px;
                float: left;
                margin: 0.3em 0 0 0;
                }
            h4.request {
                width: 320px;
                height: auto;
                font-size: 14px;
                color: #CC0000;
                font-weight: normal;
                float: left;
                margin: 0 0 0 0;
                padding: 5px 0 0 0;
                }
            #sendmail #form {
                width: auto;
                height: auto;
                float: left;
                border: 0px;
                margin: 0 0 0 0;
                padding: 0 0 10px 0;
                }
                #sendmail #form span {
                    width: auto;
                    height: auto;
                    float: left;
                    margin: 5px 0 0 0;
                    }
                #sendmail #form p.txt {
                    width: 350px;
                    height: auto;
                    float: left;
                    font-size: 10px;
                    color: #333;
                    margin: 5px 0 0 50px;
                    }
                #sendmail #form span label {
                    width: 50px;
                    height: auto;
                    float: left;
                    font-size: 14px;
                    color: #666;
                    margin: 4px 0 2px 0px;
                    }
                #sendmail #form span input.em {
                    width: 260px;
                    height: 17px;
                    background: none;
                    float: left;
                    margin: 0;
                    font-size: 12px;
                    color: #666;
                    padding: 2px 0 0 0px;
                    border: 1px solid #7F9DB9;
                    }
                #sendmail #form input.radio {
                    width: auto;
                    height: auto;
                    float: left;
                    margin: 0 0 0 0;
                    }
                #sendmail #form label.lab {
                    width: auto;
                    height: auto;
                    float: left;
                    margin: 0 0 0 0px;
                    font-size: 12px;
                    color: #666;
                    }
                #sendmail #form textarea {
                    width: 290px;
                    height: 70px;
                    margin: 5px 0 0 0px;
                    float: left;
                    border: 1px solid #7F9DB9;
                    background: none;
                    padding: 10px;
                    font-size: 12px;
                    color: #666;
                    }
                #sendmail #form input.send {
                    width: 50px;
                    height: auto;
                    float: left;
                    margin: 5px 0 0 0px;
                    padding: 0 3px 0 3px;
                    }
                #sendmail #form p.txtsend {
                    width: auto;
                    font-size: 12px;
                    color: #666;
                    float: left;
                    margin: 14px 0 0 0px;
                    padding: 0 30px 0 5px;
                    }
	.poll { 
            width: auto;
            height: auto;
            float: right;
			border:#CCC 1px solid;
			margin-top:33px;
            }

	#raffle { 
            width: 350px;
            height: auto;
            float: left;
			padding: 10px 0 0 10px;
    		text-indent: 0px;
            }
        .clear {
            width: 100%;
            float: left;
            margin: 20px 0 0 0;
            }		
	#shipping_form {
		margin-top:-25px!important;
		display:inline;
		float:left;
		}
		.additional_area {
	background-color:#FFFFFF;
	border:1px solid #333333;
	color:#333333;
	float:left;
	font-size:13px;
	height:auto;
	margin-bottom:8px;
	margin-left:10px;
	font-weight:normal;
	overflow:auto;
	padding:16px;
	width:550px;
}
.additional_area h5 {
color:#333333;
font-size:18px;
letter-spacing:0px;
margin-bottom:5px;
}
.additional_area_picture {
	background-color:#FFFFFF;
	padding:5px;
	float:left;
	height:auto;
	margin-left:0;
	width:auto;
}
.additional_area_text {
	float:left;
	width: inherit;
	height:auto;
}
	#bottom_text{
		position:relative;
		float:left;
		display:block;
		font-size: 14px;
		}
	#footer{
		float:left;
		font-size: 12px;
		text-align:center;
		width:890px;
		padding-top:35px;
		padding-bottom:8px;
		}
		#footer a {
		color:#000000;
		}
