@CHARSET "UTF-8";

html {
	font-family: Helvetica, sans-serif;
}


img {
	border: 0px solid;
}

table.basket {
	font-size: 12px;
	width: 600px;
	color: #555;	
	margin-bottom:10px;
}

table.basket th {
	background-color: #ddd;
	padding: 5px;
	color: #555;
	font-size: 13px;
	font-weight: normal;
	height: 35px;
}

table.basket td {
	padding: 3px 5px;
	text-align: center;
	height:35px;	
}

table.basket td a {
	text-decoration: underline;
}

table.basket_print td, table.basket_print th {
	border: 1px solid;
}

tr.first {
	background-color: #fff;
}

tr.second {
	background-color: #eee;
}

td {
	border: 0px solid;
	padding: 0;
}

.hint {
	color: #888;
	font-size: 10px;
}

a {
	color: #555;
	font: inherit;
	color: inherit;	
	text-decoration: underline;
	font-style: italic;
}

a.pagehref {
	color: #888;
	font-style: normal;
	text-decoration: none;
}

a.hidden {
  text-decoration: inherit;
  font: inherit;
  color: inherit;
  font-style: inherit;  
}

a.under {
	text-decoration: underline;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

table {
	padding: 0px;
	border-collapse: collapse;
}

table.main {
	height:100%;
	width:100%;
	border: 0px;
}

td.header {
	width:1000px;
    height: 160px;
}

table.header {
	width:1000px;
}

td.header_image {
	width:220px;
}

td.header_contacts{
	text-align: left;
	vertical-align: bottom;
	padding-left: 20px;
	padding-right: 20px;
	width:160px;
}

td.smallbanner {
	vertical-align: bottom;
	text-align: center;
}t

div.bannersmall {
	width: 300px;
	text-align: center;
}

div.contacts {
	color:#555555;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}

td.header_userarea {
	width:250px;
	vertical-align: middle;
}

table.login {
	width: 250px;
}

td.login_item {
	width: 70px;
}

div.login_item {
	text-align: left;
	color: #555555;
	font-size: 14px;
	padding-top:5px;
	padding-bottom:5px;
}

input.login_input {	
	width: 100%;
	height: 20px;
	border: 1px solid;
	border-color: #888888;
	border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;

    box-shadow: 0px 3px 3px #ccc;
	    -moz-box-shadow: 0px 3px 3px #ccc;
	    -webkit-box-shadow: 0px 3px 3px #ccc;		
		
	font-size: 12px;
	color: #777777; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.login_button {
	text-align:center;
	padding-top:5px;
}

td.expander {
	width:50%;
}


td.mainmenu_env {
	height:40px;
	width: 1000px;
	padding-top:10px;
}

.mainmenu ul {
	width: 100%;
	height: 100%;
	display: inline-table;
	margin: 0px;
}

.mainmenu ul li {
	display: inline;
	float: left;
}
.mainmenu ul li a{
	font-style: normal;
	display: block;
	padding-top:10px;
    padding-bottom:10px;
    color: #555555;
	text-decoration: none;	
	border: 0px solid;
	border-left:1px solid #FFFFFF;
	background-color: #DDDDDD;
	font-size: 13px;
	text-align: center;
}

.mainmenu ul li a:HOVER{
	color: #eeeeee;
	background-color: #aaaaaa;
    box-shadow: 0px 5px 5px #ccc;
	   -moz-box-shadow: 0px 5px 5px #ccc;
       -webkit-box-shadow: 0px 5px 5px #ccc;
}



.maincontent600 {	
	padding-top:10px; 
	vertical-align: top;
	width: 600px;
}

.maincontent800 {	
	padding-top:10px; 
	vertical-align: top;
	width: 800px;
}

td.copyright {
	color: #777777;
	font-size: 13px;
	height: 18px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}

td.copyrightme, td.copyrightme a {
	font-size: 10px;
	color: #777777;
	text-align: center;
	padding-top: 4px;
	vertical-align: middle;
	height: 18px;
}

.error {
	font-size: 16px;
	color: #555555;
	text-align: center;
	width:100%;
	padding-top:20px;
}
.error_about {
	font-size: 14px;
	color: #777777;
	text-align: center;
	width:100%;
	padding-top:20px;
	padding-bottom: 20px;
}

.article_list {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 600px;
}

.article_head {
	background-color: #dddddd;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: left;
	color: #444444;
}

.article {
	color: #444444;
	font-size: 12px;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: justify;
	width: 600px;
}

.article_more {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom:20px;
	text-align: right;	
}

.article_more a {
	color: #888888;
	font-size: 12px;
}

.article_more a:hover {
	color: #444444;
}

.banner {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 0px;
}

.shadow {
  box-shadow: 0px 5px 5px #ccc;
	 -moz-box-shadow: 0px 5px 5px #ccc;
     -webkit-box-shadow: 0px 5px 5px #ccc;
}

.news {
	width: 190px;
	margin-left:10px;
	margin-right: 0px;
	margin-top: 10px;
}
.news .prev, .news .next {
	height: 10px;
	width: 100%;
	
	font-size: 8px;
	color: #444444;
	text-align: center;
	font-weight: bold;
	background-color:#eeeeee;
}

.news .prev:hover, .news .next:hover {
	color: #fafafa;
	background-color: #bbbbbb;
}

.news_head {
	background-color: #dddddd;
	font-size: 13px;
	color: #444444;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
}

.news_content {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.news_content ul li {
	list-style:none;
	height: 170px;
}

.news_topic {
	padding-top: 5px;
	width:100%;
	border-bottom: 1px solid #aaaaaa;
	font-size: 12px;
	color: #444444;
}

.news_body {
	padding-top: 5px;
	width:100%;
	font-size: 11px;
	color: #444444;
	text-align: justify;
}

.news_date {
	width:100%;
	font-size: 10px;
	color: #999999;
	text-align: right;
}

div.goup {
	color: #555555;
	padding: 5px;
	font-size: 10px;
	position: fixed;
}

.fastcat_env {
	width: 190px;
	padding-left:0px;
	padding-right:10px;
	vertical-align: top;
	padding-top:10px;
}

div.fastcat {
	position: absolute;
	width: 190px;
}

.fastcat_head {
	background-color: #dddddd;
	font-size: 13px;
	color: #444444;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
}

.fastcat_content {
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

ul.fastcat {
	padding: 0;
	margin: 0;
	padding-left: 16px;
	list-style: none;
}

a.fastcat {
	display: block;
	font-size: 13px;
	color: #444444;
	padding-bottom: 5px;
}

ul.fastcat_cat, ul.fastcat_seria {
	display: none;
}

li.fastcat_group, li.fastcat_cat, li.fastcat_seria {
 	cursor: pointer;
 	font-size: 13px;
 	padding-up: 5px;
 	display: block;
}

div.fastcat_group, div.fastcat_cat {
	padding-bottom: 5px;
}

div.registration {
	text-align: right; 
}

div.registration a{
	font-size: 10px;
	color:#999;
}

div.registration a:hover{
	color:#555;
}

table.registration {
	width: 600px;
}

td.reg_header {
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
	color: #777;
	font-size: 14px;
}

td.reg_field {
	width:50%;
	text-align: right;
	padding-right:5px;
	color: #777;
	font-size: 12px;
	vertical-align: middle;
}

td.reg_input {
	width:50%;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	color: #777;
	font-size: 12px;
}

td.reg_input input {
	height: 20px;
	width: 250px;
	border: 1px solid #888; 
	border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;

    box-shadow: 0px 3px 3px #ccc;
	    -moz-box-shadow: 0px 3px 3px #ccc;
	    -webkit-box-shadow: 0px 3px 3px #ccc;
	    
	padding-left: 5px;
	padding-right: 5px;		
	color: #777;
}

td.reg_submit {
	text-align: left;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:5px;
}

td.reg_reset {
	text-align: right;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:5px;
}

.button input {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Helvetica, sans-serif;
	padding: 5px 15px 5px;
	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);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');	
}
.button input:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');	
}
.button input:active {
	position: relative;
	top: 1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

div.group {
	margin-bottom: 10px;
	width: 600px;
	padding-bottom: 10px;
}

table.group {
	margin-top:10px;
	width:600px;
}


td.catingroup {
	width: 33.3%;
	vertical-align: middle;
	border: 0px solid;
}

td.catingroup_delimeter div {
	height:25px;
	border-left: #ccc solid 1px;
	margin: 0 auto;
}

td.catingroup .text {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #555;
	padding: 10px;
	margin: 5px 10px;
	font-size: 14px;
}

td.catingroup .text:hover {
    box-shadow: 0px 5px 5px #ccc;
	   -moz-box-shadow: 0px 5px 5px #ccc;
       -webkit-box-shadow: 0px 5px 5px #ccc;
}

td.catingroup .img {
	display: block;
	vertical-align: middle;
	color: #555;
	margin: 5px 10px;
}

td.catingroup .img:hover {
    box-shadow: 0px 5px 5px #ccc;
	   -moz-box-shadow: 0px 5px 5px #ccc;
       -webkit-box-shadow: 0px 5px 5px #ccc;
}

img.groupcat_logo {
	width: 180px;
	height: 90px;
}

.category_head {
	background-color: #dddddd;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align: left;
	color: #444444;
	width: 580;
}

table.cetegory_seria, table.seria_watch {
	text-align: center;
	width:100%;
}

.category_logo, .seria_logo {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.category_about, .seria_about {
	color: #555;
	font-size: 13px;
	text-align: justify;
	margin-top:10px;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.2;
}

.cetegory_seria tr td {
	width: 33.3%;
	padding: 5px 15px;
}

.seria_watch tr td  {
	width: 25%;
	padding: 5px 15px;
}

.seria_watch_wide tr td {
	width: 33.3%;
	padding: 5px 20px;
} 

.cetegory_seria tr td a, .seria_watch tr td a.seria_watch {
	width: 170px;
	height: 230px;
	display: block;
	vertical-align: middle;
	color: #555;
	font-size: 14px;
	text-align: center;
	line-height: 230px;
}

a.seria_watch_wide {
	width: 230px;
	height: 170px;
	display: block;
	vertical-align: middle;
	color: #555;
	font-size: 14px;
	text-align: center;
	line-height: 170px;	
}

.cetegory_seria tr td a div, a.seria_watch div {
	margin : 5px 10px;
}

.cetegory_seria tr td a:hover, a.seria_watch:hover, a.seria_watch_wide:hover {
    box-shadow: 0px 5px 5px #ccc;
	   -moz-box-shadow: 0px 5px 5px #ccc;
       -webkit-box-shadow: 0px 5px 5px #ccc;
}

.seria_head {
	background-color: #dddddd;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align: left;
	color: #444444;
	width: 780px;
}

.seria_watchname {
	text-align: center;
	font-size: 14px;
	color: #777;
	font-weight: bold;
	margin-top:5px;
	vertical-align: top;
}

a.seria_watchname{
	display: block;
}

.seria_watchinfo {
	text-align: left;
	font-size: 13px;
	color: #777;
	margin-top:5px;
}

.seria_watch_order, .watch_order {
	text-align: left;
	font-size: 13px;
	color: #777;
	margin-top:5px;
}

.seria_watch_order_c, .watch_order_c {
	width: 50px;
	height: 20px;
	border: 1px solid;
	border-color: #888888;
	border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;

    box-shadow: 2px 1px 2px #ccc;
	    -moz-box-shadow: 0px 2px 2px #ccc;
	    -webkit-box-shadow: 0px 2px 2px #ccc;		
		
	font-size: 12px;
	color: #777777; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
}

.seria_watch_order_b, .watch_order_b, .search_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Helvetica, sans-serif;
	padding: 3px 10px 2px;
	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);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');	
}

.seria_watch_order_b:hover, .watch_order_b:hover, .search_button:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');	
}

.seria_watch_order_b:active, .watch_order_b:active, .search_button:active {
	position: relative;
	top: 1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.watch {
	width: 100%;
}

.watch_img {
	text-align: center;
	width: 200px;
	color: #555;
	font-size: 14px;
	vertical-align: top;
	padding-top:10px;
}

.watch_img_wide {
	text-align: center;
	width: 250px;
	color: #555;
	font-size: 14px;
	vertical-align: top;
	padding-top:10px;
}

td.watch_prop {
	vertical-align: top;
	padding-bottom: 20px;
	
}

table.watch_prop {
	margin-top: 20px;
	width:100%;
}

.watchtype {
	padding: 5px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

.watchname {
	padding: 5px;
	color: #333;
	font-size: 15px;	
}

.watch_prop_name {
	text-align: right;
	font-size: 13px;
	color: #555;
	padding: 2px 5px;
	padding-right: 10px;
	width: 200px;
	vertical-align: top;
}

.watch_prop_name_sub {
	text-align: right;
	font-size: 12px;
	color: #555;
	padding: 2px 5px;
	padding-right: 10px;
	vertical-align: top;
}

.watch_prop_value {
	text-align: left;
	font-size: 13px;
	color: #555;
	padding: 2px 5px;
	padding-left: 10px;
}

.watch_order_name {
	text-align: right;
	font-size: 13px;
	color: #555;
	padding: 5px;
	padding-top: 10px;
	padding-right: 10px;
	width: 150px;
}

.watch_order_value {
	text-align: left;
	font-size: 13px;
	color: #555;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

.watch_order div {
	float: right;	
}

.watch_about_head {
	background-color: #dddddd;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: left;
	color: #444444;
	margin-bottom: 10px;
}

div.watch_about {
	padding: 10px 15px;
	color: #333;
	font-size: 13px;
	text-align: justify;
	line-height: 1.2;	
	margin-bottom: 10px;
}

td.watch_about {
	padding-bottom: 10px;
}

.gallery_header {
	background-color: #dddddd;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: left;
	color: #444444;
}

table.gallery {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

table.gallery td{
	padding: 5px;
}

div.gallery_photos {
	padding: 10px;
	margin-bottom: 10px;
}

.search_form {
	margin: 0px;
}

.search_content {
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:10px;
	margin-bottom: 10px;
}

.search_button_div {
	padding-top: 5px;
	text-align: center;
}

.search_input {	
	width: 100%;
	height: 20px;
	border: 1px solid;
	border-color: #888888;
	border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;
		
	font-size: 12px;
	color: #777777; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.search_block {
	width: 190px;
	margin-left:10px;
	margin-right: 0px;
	margin-top: 10px;
}

td.user_item {
	width: 95px;
	vertical-align: top;
}

div.user_item {
	text-align: right;
	color: #555555;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
}

div.user_value {
	text-align: left;
	color: #555555;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

table.userbox {
	width: 250px;
}

.navbar {
	font-size: 13px;
	text-align: left;
	color: #444444;
	height: 34px;
}

.navbar_elem {
	background-color: #ddd;
	color: #444;
	display:inline-block;
	height: 34px;
	vertical-align: middle;
	padding-left: 10px;
}


.navbar_elem:hover {
	background-color: #aaa;
	color: #eee;
}

input.order_input {	
	width: 100%;
	height: 20px;
	border: 1px solid;
	border-color: #888888;
	border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;

    box-shadow: 0px 3px 3px #ccc;
	    -moz-box-shadow: 0px 3px 3px #ccc;
	    -webkit-box-shadow: 0px 3px 3px #ccc;		
		
	font-size: 12px;
	color: #777777; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.make_order {
	width: 580px;
	margin: 10px;
	color:#555;
	font-size: 13px;
}

td.make_order_p {
	width: 150px;
	padding: 10px;
	text-align: left;
}

td.make_order_button {
	padding: 10px;
	text-align: center;
}
		
td.make_order_button input {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Helvetica, sans-serif;
	padding: 5px 15px 5px;
	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);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');	
}

td.make_order_button input:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');	
}

td.make_order_button input:active {
	position: relative;
	top: 1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

table.fast_order {
	color:#555;
	font-size:13px;
	width:600px;
	margin-top: 15px;
}

table.fast_order_sub {
	color:#555;
	font-size:13px;
	width: 100%;
}

table.fast_order_sub td{
	width: 150px;
	padding: 2px;
}
	
td.fast_order_p {
	width:300px;
	padding: 5px;
	vertical-align: top;
}

td.fast_order_v {
	width:300px;
	padding: 5px;
}


td.fast_order_v input.text {	
	width: 290px;
	height: 20px;
	border: 1px solid;
	border-color: #888888;
	border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;

    box-shadow: 0px 3px 3px #ccc;
	    -moz-box-shadow: 0px 3px 3px #ccc;
	    -webkit-box-shadow: 0px 3px 3px #ccc;		
		
	font-size: 12px;
	color: #777777; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.fast_order_sub input.text {
	width: 235px;
} 

td.fast_order_hint {
	text-align: right;
	color: #888;
	font-size: 9px;
	padding:5px;
	padding-top:15px;
}

td.fast_order_button {
	text-align: center;
	padding-bottom:20px;
}
		
td.fast_order_button input {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Helvetica, sans-serif;
	padding: 5px 15px 5px;
	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);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');	
}

td.fast_order_button input:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');	
}

td.fast_order_button input:active {
	position: relative;
	top: 1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

table.orderform_pre {
	font-size: 12px;
	width: 600px;
	color: #555;	
	margin-bottom:10px;

}

table.orderform_pre th {
	background-color: #ddd;
	padding: 5px;
	color: #555;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
}

table.orderform_pre td {
	padding: 5px 20px;
	text-align: left;
	height:30px;	
}

table.orderform_pre td a {
	text-decoration: underline;
}


div.newwatch {
	width: 190px;
	margin-left:10px;
	margin-right: 0px;
	margin-top: 10px;
}

.newwatch_head {
	background-color: #dddddd;
	font-size: 13px;
	color: #444444;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
}

.newwatch_content {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	color: #555;
	font-size: 12px;
	text-align:center;
}

.newwatch_content a{
	display: block;
	padding-bottom: 10px;
}

img.newwatch {
	width:170px;
	height:230px;
	padding-bottom:5px;
}

img.newwatchwide {
	width:170px;
	height:125px;
	padding-bottom:5px;
}

.search_watch tr td a.search_watch {
	display: block;
	vertical-align: middle;
	color: #555;
	font-size: 14px;
	text-align: center;
	line-height: 230px;
}

textarea.simple {
	width: 290px;
	height: 100px;
	border: 1px solid;
	border-color: #888888;
	border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-moz-border-radius: 10px;

    box-shadow: 0px 3px 3px #ccc;
	    -moz-box-shadow: 0px 3px 3px #ccc;
	    -webkit-box-shadow: 0px 3px 3px #ccc;		
		
	font-size: 12px;
	color: #777777; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.unresize {
	resize:none;
}

table.seria_watch_env {
	margin-bottom: 20px;
}

div.nextwatchinseria {
	text-align:center;
	padding-top: 10px;
}
		
div.nextwatchinseria input {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Helvetica, sans-serif;
	padding: 5px 15px 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
	-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);
	color: #eee;
	border: solid 1px #b7b7b7;
	background: #a1df3e;
	background: -webkit-gradient(linear, left top, left bottom, from(#a1df3e), to(#7cc708));
	background: -moz-linear-gradient(top,  #a1df3e),  #7cc708);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1df3e', endColorstr='#7cc708');	
}

div.nextwatchinseria input:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#a1df3e), to(#5da015));
	background: -moz-linear-gradient(top,  #a1df3e,  #5da015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#5da015');	
}

div.nextwatchinseria input:active {
	position: relative;
	top: 1px;
	color: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#5da015), to(#a1df3e));
	background: -moz-linear-gradient(top,  #5da015,  #a1df3e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da015', endColorstr='#a1df3e');
}

input.print {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Helvetica, sans-serif;
	padding: 5px 15px 5px;
	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);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');	
}

input.print:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');	
}

input.print:active {
	position: relative;
	top: 1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}