/* Start of CMSMS style sheet 'll_standard' */
@charset "utf-8";
/*****************************************/
/*** Linuxland Core
/*****************************************/

* {
	margin: 0;
	padding: 0;
}

img {
border: none;
}

body {
	font-size: 11px;
	font-family:Arial,Helvetica,Sans-serif;
	color: #333;
	background-color: #f6f6f6;
	background-image: url('uploads/images/bg_main.png');
	background-repeat: repeat-x;
	background-position: center top;
}

H2 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #083f83;
	margin-bottom:15px;
        font-weight: bold;
}

H3 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
        margin-bottom:8px;
}

H4 {
	font-size: 11px;
	font-style: italic;
	color: #6e6e6e;
        margin-bottom:5px;

}

p {
        margin-bottom:5px;
        margin-top:5px;
        color: #6e6e6e;
        line-height: 16px;
}

.custom_content ul {
        margin-left:16px;
        color: #6e6e6e;
        line-height: 16px;
}

h1 a{
	position:absolute;
	margin-top:28px;
	margin-left:42px;
	display:block;
	width:256px;
	height:263px;
	text-indent:-9000px;
	background-image:url('uploads/images/logo_linuxland.png');
	background-repeat: no-repeat;
z-index: 10;
}
p.error {
   color: #FFFFFF
}
div.customer_entry {
   border-top: 1px dotted #E6E6E6;
}
table.smt a {
   color: #232323;
   text-decoration: underline;
}
/* End of 'll_standard' */

