
#wrap {
    margin: 0 auto;
    width: 77%;
}
#invtext {
	background-color:#f2f2f2;
	padding:5px;
	border:1px dotted #cccccc;
}
.right {
	float: left;
	width: 25%;
	margin: 0 10px;
	padding: 1% 1%;
}

.right ul {
	padding: 20px 0 15px 30px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
}

#error{
padding:5px;
margin:10px; 
background:#eee;
border:2px solid #C00;
font-size:1em;
text-align:center;
color:#C00;
}

#clear{
	clear:both;
}
	#error h1 {margin:0 0 10px 0;font-size:14px;}

#line {
margin:5px 0;
border-bottom:dotted 1px #ccc;
color:#666;
background:#fff;
clear:both;
}

.float_left {float:left;}
.float_right {float:right;}

.full {width:99%;}
.half {width:49%;}
.third {width:32%;}

.error {
	font-size:12px;
	color:#C00;
	font-weight:bold;
}

form {margin:0;padding:0;}

#form_left {
	float:left;
	width:120px;
	margin-right:20px;
}

#form_right { }

#page_head_option{
	float:left;
	width: 100%;
	padding:3px 5px;
	margin:10px 0; 
	color:#000;
	background:#eee;
}

#tab{
	float:left;
	padding:3px 5px;
	margin-left: 5px;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	cursor: pointer;
}

#tab_right{
	float:right;
	padding:3px 5px;
	margin-left: 5px;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	cursor: pointer;
}

.tab_selected{
	font-weight: bold;
	background-color: #EFEFEF;
}

#paging{
margin:5px 0;
padding:5px 0;
font-size:14px;
text-align:center;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#thumb{
	float:left;
	margin-right: 5px;
}


/* Buttons */

#buttons a {float:left;margin:5px 5px 5px 0;padding:3px 0;background:#3b6ebf;color:#fff;text-align:center;text-decoration:none;font-size:11px;}

#buttons a.add_stock:link, #buttons a.add_stock:active, #buttons a.add_stock:visited {width:180px;background:url(../img/but180.png) 0 0 #3b6ebf;}
#buttons a.add_stock:hover {background:url(../img/but180.png) 0 20px #ccc;color:#000;}

#buttons a.discuss_stock:link, #buttons a.discuss_stock:active, #buttons a.discuss_stock:visited {width:180px;background:url(../img/but180.png) 0 0 #3b6ebf;}
#buttons a.discuss_stock:hover {background:url(../img/but180.png) 0 20px #ccc;color:#000;}

#buttons a.take_part:link, #buttons a.take_part:active, #buttons a.take_part:visited {padding:5px 0 5px 0;font-size:16px;width:165px;background:url(../img/but165.png) 0 0 #3b6ebf;}
#buttons a.take_part:hover {background:url(../img/but165.png) 0 30px #ccc;color:#000;}

