/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color:#333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	background-image:url(../images/main_bg.jpg);
	margin:0px;
	padding:0px;
}
.wrapper {
	width: 1024px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 50px;
	border-bottom:1px solid #ccc;
	background-color:#F7F8F9;

}
.menu{
    width: 1024px;
	background-color:#F7F8F9;
	height:50px;
}
.menu ul{
	padding: 0px;
    font-size: 16px;
    padding-top: 9px;
}
.menu ul a{
    float: left;
    list-style: none;
    margin: 0 10px;
    padding: 5px;
	color:#597DA3;
	text-decoration:none;
}
.menu ul a:hover{
	text-decoration:underline;
}
.content{
	padding:10px;	
	float: left;
    width: 1004px;
}

/* Middle
-----------------------------------------------------------------------------*/
.del_img{
	height: 12px; 
	background: url('../images/del.png') no-repeat;
	background-position: 0 0;
	width: 12px;
}
.del_img:hover{
	height: 12px; 
	background: url('../images/del.png') no-repeat;
	background-position: 0 -13px;
	width: 12px;
	cursor:pointer;
}
.content {
	background-color:#fff;
}
.prod_list{
	float: left;
	max-width:600px;	
}

.prod_list a{
	color: #597DA3;
    text-decoration: none;
	margin: 0px 15px;
}
.prod_list a:hover{
	text-decoration:underline;
}
.prod_site_list{
	color: #597DA3;
    font-size: 15px;
    float: left;
    width: 600px;

}
.unic_space{
	float: left;
    width: 600px;
}
.unic_space .del_space{
    width: 10px;
    float: left;
}
.unic_space .site_space{
    float: left;
    margin: 0 0 0 10px
}

.unic_space .link_space{
    margin: 0 0 0 20px;
    float: left;
}
.unic_space .link_space .hide_inpt{
	display:none;
}

.add_site_prod{
	margin: 30px 0 0 0;
	float: left;
}
.add_site_prod select{
	height: 30px;	
}
.add_site_prod .inpt{
	height: 24px;
    margin: 0 0 0 20px;
}
.btn{
	border: 1px solid #A9A9A9;
    background: #FFF;
    height: 30px;
    margin: 0 0 0 20px;
    color: #597DA3;
	transition:0.5s;
}
.btn:hover{
	background-color:#F7F8F9;
	cursor:pointer;
}
.prod_new_link{
	float:left;
	display:none;
}
.add_prod{
	float: right;
    width: 400px;
}
.add_prod span{
	float: left;
    width: 400px;
}
.add_prod .inpt{
	height: 14px;
    margin: 0 0 10px 0;
    padding: 5px;
}
.prod_edit_form{
	display:none;
}
.edit_img{
	height: 12px; 
	background: url('../images/edit.png') no-repeat;
	background-position: 0 0;
	width: 12px;

}
.edit_img:hover{
	height: 12px; 
	background: url('../images/edit.png') no-repeat;
	background-position: 0 -12px;
	width: 12px;
	cursor:pointer;
}
.prod_edit_form{
	    margin-left: 16px;
}
.test{
	float:left;
	width:500px;
	margin: 0 0 0 30px;
}

.rrt_edit_form{
	display:none;
}
.rrt_inpt{
    margin: 0 0 0 -58px;
}
.login{
	float: left;
    margin: 12px 0 0 8px;
}
.login .log_inpt{
	width: 80px;
}

.login .log_btn{
	border: 1px solid #A9A9A9;
    background: #FFF;
    height: 21px;
    color: #597DA3;
    transition: 0.5s;
}
.login .log_btn:hover{
	background-color:#F7F8F9;
	cursor:pointer;
}
.login a{
	color: #597DA3;
}
.red_text{
	color:#E75353;
}
.btna{
	padding:5px;
	text-decoration:none;
}
.logo{
	height:30px;
	width:178px;
	background-image:url(../images/logo.png);
	float: right;
	margin: 7px 10px 0 0;
}
.archive_table{
	margin: 0 auto;
    background: #FDFDFD;
}

.archive_table tr th{
	border: 1px solid;
    padding: 3px;
}
.archive_table tr:hover{
	background-color:#f2f2f2;
	
}
.archive_table tr td{
	border: 1px solid;
    padding: 3px;
    text-align: center;
}
.no_stock{
	font-style: italic;
    font-size: 11px;
}
.red_price{
	background:#FC8989;
	
}
.green_price{
	background: #B4EA7E;
}
.blue_price{
	background: #B3DEF0;
}
.load_prod{
	height:32px;
	width:32px;
	background-image:url(../images/loading.gif);
	position: absolute;
    margin: 16px 0 0 222px;
	display:none;
}

.renew_rrt{
	margin: 30px 0px 30px 434px;
}
.load_rrt{
	height:32px;
	width:32px;
	background-image:url(../images/loading.gif);
    margin: 0px 0 30px 485px;
	display:none;
}
.finis_rrt{
	margin: 0px 0 30px 0px;
	text-align:center;
	display:none;
}

.load_archive{
	height:32px;
	width:32px;
	background-image:url(../images/loading.gif);
    margin: 0px 0 -26px 145px;
	display:none;
}