
body {
  margin:0px 10px 0px 10px;
}

body, td, p {
  font-family:Arial;
  font-size:16px;
  color:#7b7b7b;
}

input, select, textarea {
	color: #aeaeae;
	background-color:#262626;
}

form {
	padding: 0px;
	margin: 0px;
}

h1 {
  font-size:22px;
  margin: 0px 0px 20px 0px;
	font-weight: bold;
}

h2, h3 {
  font-size:20px;
  margin: 0px 0px 20px 0px;
	font-weight: bold;
}


.title {
	font-size: 20px;
	font-weight: bold;
}

big, .big {
  font-size:20px;
	font-weight: bold;
}

small {
  font-size:12px;
}

a:link, a:active, a:visited {
  color:#aeaeae;
  text-decoration:underline;
}

a:hover {
  color:#fb2227;
}


.s12, .s12 input, .s12 select, .s12 textarea {
	font-size:14px;
}

a.menu:link, a.menu:active, a.menu:visited {
	color: #aeaeae;
	text-decoration: none;
}

a.menu:hover {
	color: #fb2227;
	text-decoration: none;
}


a.lreg:link, a.lreg:active, a.lreg:visited {
	color: #000000;
	text-decoration: underline;
}

a.lreg:hover {
	color: #FFFFFF;
	text-decoration: none;
}


a.name:link, a.name:active, a.name:visited {
	padding: 3px 6px 3px 6px;
	background-color:#fb2227;
	color:#000000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}


.photo {
  border:2px solid #fb2227;
  width:120px;
  height:160px;
}

.hr {
	height: 1px;
	width:100%;
	background-color: #111111;
	margin: 10px 0px 10px 0px; 
}

a.name:hover {
	color:#FFFFFF;
}


.strong {
	font-weight: bold;
}


.reg {
  position:absolute;
  top:10px;
  right:10px;
  display:inline-block;
  margin:5px 0px 0px 0px;
  padding:10px 12px 10px 12px;
  color:#000000;
  background-color:#fe202b;
  text-align:left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.submenu {
  display:none;
}

.submenu_cont {
  font-size:12px;
  padding-left:25px;
}

.error {
  color:#FF0000;
}


#cart_div {
  z-index:10;
  position:fixed;
  bottom:7px;
  right:7px;
  font-size:18px;
  background-color: #FF0000;
  color:#FFFFFF;
  padding:5px 10px 5px 10px;
  background-color: rgba(255, 0, 0, 0.6);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#cart_div a {
  color:#FFFFFF;
  text-decoration:underline;
}

.cart_clean {
  font-size:12px;
}

.cart_remove {
  position:relative;
  width:20px;
  height:19px;
  top:5px;
  display:inline-block;
  background:url(/design/cart_delete.png) no-repeat right;
  cursor:pointer;
}

.cart_add {
  position:relative;
  width:20px;
  height:19px;
  top:5px;
  display:inline-block;
  background:url(/design/cart_add.png) no-repeat right;
  cursor:pointer;
}