/***************************************\
|		FELICITESHOP.COM WEBSITE		|
\***************************************/

/* CSS Documents */
/* border: 1px solid black;

/*-----------------------------------------------------------------
	GENERAL
-----------------------------------------------------------------*/
img{
	border		: 0px;
}

.img_container{
	width : 136px;
	float: left;
	margin: 0px 22px 25px 0px;
}

.img_container2{
	float: left;
	margin: 0 25px 25px 0;
}

.img_desc{
	margin-top: 1px;
	background-color: #0063ad;
	text-align: center;
	padding: 3px;
}

img.img_left{
	float		: left;
	padding		: 2px;
	margin		: 0 10px 10px 0;
}

img.img_right{
	float		: right;
	padding		: 2px;
	margin		: 0 10px 10px 0;
}




form{
	margin		: 0px;
}

table.top tr td{
	vertical-align: top;
}

table tr.tr_title{
	background	: #ffff3c;
}

table tr.tr_title td{
	font-weight	: bold;
}

table tr.tr_line1{
	background	: #dfdfdf;
}


table tr.tr_line2{
	background	: #ececec;
}

hr{
	border-top: 0px;
	border-bottom: 1px dashed #CCCCCC;

}


/*-----------------------------------------------------------------
	LAYOUT-GENERAL
-----------------------------------------------------------------*/
.float_left{
	float		: left;
}

.float_right{
	float		: right;
}

.clear{
	clear		: both;
}

.align_center{
	text-align	: center;
}

.align_right{
	text-align	: right;
}

.smaller{
	font-size: 90%;
}

/*-----------------------------------------------------------------
	COLOR
-----------------------------------------------------------------*/

.blue{
	color	: #00bff6;
}

.red{
	color: #FF3333;
}

.yellow{
	color: #d2ff00;
}

h1{
	font-weright: bold;
	margin: 0px;
	font-size: 20px;
	background:url(../../images/bullet.jpg) left no-repeat;
	padding: 0 0 0 15px;
	font-family: arial;
}

h2{
	font-weright: bold;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-family: arial;
}

h3{
	font-weright: bold;
	font-size: 13px;
	color: #d2ff00;
	margin: 0px;
	font-family: arial;
}

a, a:visited {
	color: #0091fe;
}

a:hover{
	color: #00fee3;
}

a.yellow, a.yellow:visited {
	color: #CCCCCC;
}

a.yellow:hover{
	color: #FFFF66;
}

a.title, a.title:visited {
	color: #ebebeb;
	text-decoration: none;
}

a.title:hover{
	color: #ebebeb;
	text-decoration: underline;
}

/*-----------------------------------------------------------------
	LAYOUT
-----------------------------------------------------------------*/

body{
	padding		: 0px;
	margin		: 0px;
	text-align	: center;
	background-color: #181b1d;
	color		: #ebebeb;
	font-family : arial;
	font-size	: 12px;
	line-height: 140%;
}

#black{
	background	: url(../../images/bg.jpg) repeat-x;
}

#container_wrap {
	background: url(../../images/bgfooter.jpg) repeat-x bottom;

}

#container {
	text-align: left;
	margin: 0px auto;
	padding-left: 1px;
	width: 777px;
	height: 100%;
	background: url(../../images/bg_content.jpg);
}

#content{
	width: 757px;
}

#header{
	height: 81px;
	background: url(../../images/header.jpg);
}

#button{
	height: 50px;
}

#banner{
	height: 249px;
}

#title{
	padding: 19px 15px 13px 15px;
	background: url(../../images/bg_title.jpg)
}

#main_content{
	min-height: 300px;
	padding: 0 15px 20px 15px;
	background-color: #222527;
}

.left_content{
	width: 491px;
}

.left_content_about{
	width: 550px;
}


.right_content{
	width: 218px;
}

.right_content_about{
	width: 150px;
	padding: 0 0 0 10px;
	border-left: 1px dashed #CCCCCC;
}

.cs{
	width: 171px;
	height: 74px;
	background: url(../../images/cs.jpg);
	padding: 20px 0 0 15px;
}

tr.title td{
	background-color: #004674;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
}

tr.content1 td{
	border-bottom: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}

tr.content2 td{
	background-color: #181818;
	border-bottom: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}


#footer{
	font-family : arial;
	font-size	: 11px;
	line-height: 120%;
	padding: 10px 10px 0px 10px;
	height: 60px;
	font-size: 11px;
	background: url(../../images/bgfooter.jpg) repeat-x;
}

input.text, textarea.textarea{
	border: 1px solid #0000FF;
	width: 400px;
}

textarea.textarea{
	height: 150px;
}
