/*  
Theme Name: wowtoday
Theme URI: http://localhost/rac/28/
Description: Theme for wowtoday site
Version: 1.1
Author: Ashley
Author URI: http://www.wowtoday.net
*/



/* Begin Typography & Colors */


#content {
	font-size: 1.05em;
	font-family:arial;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	padding-left:50px;
	padding-right:50px;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	background-color: #FF9B6A;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/	
/*/////////////////////////// wow specific //////////////////////////*/
p, td, th,  div {
	font-size: 11px;
}
table.action th div {
	font-size: 13px!important;
}
a:link {
  color: #00559A;
}

a:visited {
  color: #00559A;
}

a:active {
  color: #ED1B24;
}

a:hover {
  color: #ED1B24;
}

body {
	background-color: #5071A4;
	color: #2F2F2F;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: circle;
	list-style: left;
	left: 0px;
}

#global{
  background-color: #FFFFFF;
  border: none;
  border-collapse: collapse;
  width: 734px;
  height: 100%;
}

table, tr, td, th  {
  border: 0px solid #FF0000;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

textarea{
  border: 1px solid #666666;
  font-size: 12px;
  height: 100px;
  width: 80%;
}

select{
  border: 1px solid #666666;
  font-size: 12px;
  height: 17px;
}

input{
  border: 1px solid #666666;
  font-size: 12px;
  height: 17px;
  padding-left: 3px;
  padding-right: 3px;

}

.user_nav {
  height: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-top: 10px;
  word-spacing: 10px;
}

.user_nav a:link {
  color: #829B57;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}

.user_nav a:hover {
  color: #364F0C;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}

.user_nav a:active {
  color: #829B57;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}

.user_nav a:visited {
  color: #829B57;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}

.friends {
  height: 162px;
  text-align: center;
}

.top_flash {
  height: 209px;
  padding-top: 20px;
  text-align: center;
}

.bottom {
  background-image: url(images/bottom.jpg);
  background-position: top;
  background-repeat: no-repeat;
  height: 80px;
}

div.copyrights {
  color: #FFFFFF;
  float: left;
  font-size: 11px;
  height: 80px;
  margin-left: 53px;
  padding-top: 33px;
  width: 400px;
}

div.terms {
  float: right;
  font-size: 11px;
  height: 80px;
  margin-right: 53px;
  padding-top: 33px;
  width: 235px;
}

div.terms a:link{
  color: #FFFFFF;
  margin-right: 15px;
}

div.terms a:hover{
  color: #FFFFFF;
  margin-right: 15px;
}

div.terms a:active{
  color: #FFFFFF;
  margin-right: 15px;
}

div.terms a:visited{
  color: #FFFFFF;
  margin-right: 15px;
}

.content{
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 10px;
  vertical-align: top;
}

/* TABLE 1*/
table.action{
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 7px;
  width: 100%;
}

th.action1{
  background-color: #7EA0D3;
  background-image: url(images/blockhead_bg1.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
  vertical-align: top;
}

table.action {
}

table.action tr td, table.none tr td{
  background-image: url(images/block_gradient.gif);
  background-position: top;
  background-repeat: repeat-x;
  font-size: 11px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
}

table.none tr td, td.none {
  background-image: none!important;
}

table.bnone tr td, td.bnone {
  border: 0px!important;
}


table.action tr td table td{
  background-image: none;
  background-position: top;
  background-repeat: repeat-x;
  padding: 5px;
}

table.action td p{
  margin-bottom: 10px;
  margin-top: 10px;
}

table.action td a:link{
  color: #819C57;
  font-weight: bold;
  text-decoration: none;
}

table.action td a:hover{
  color: #819C57;
  font-weight: bold;
  text-decoration: underline;
}

table.action td a:visited{
  color: #819C57;
  font-weight: bold;
  text-decoration: none;
}

table.action td a:active{
  color: #819C57;
  font-weight: bold;
  text-decoration: none;
}

div.table1_th{
  
  float: right;
  margin-left: 0px;


}

div.table1_th img{
  height: 28px;
  margin: 0px;
  vertical-align: middle;
}

div.table1_th2{
  float: left;
  height: 10px;
  line-spacing: 5px;
  margin-top: 5px;
  text-align: left;
}

div.table1_th a:visited, div.table1_th a{
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 100;
  vertical-align: middle;
}

/* TABLE 2*/
th.action2{
  background-color: #FE86B4;
  background-image: url(images/blockhead_bg2.gif);
  background-position: left top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
  vertical-align: top;
  white-space: nowrap;
}


table.action th div {
	font-size: 11px;
}

table.action tfoot.dots1 td {
  background-image: url(images/dots1.gif);
  background-repeat: repeat-x;
  font-size: 1px;
  height: 1px;
}

/* TABLE 3*/
th.action3{
  background-color: #AABB8F;
  background-image: url(images/blockhead_bg3.gif);
  background-position: left top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
  vertical-align: top;
}

table.action tfoot.dots2 td {
  background-image: url(images/dots2.gif);
  background-repeat: repeat-x;
  font-size: 1px;
  height: 1px;
}


/* TABLE 4*/
table.friend {
  height: 140px;
  text-align: center;
  width: 704px;
}

html>body table.friend {
  height: 140px;
  margin-left: 19px;
  width: 704px;
}

table.friend td {
  font-size: 11px;
  height: 20px;
  text-align: center;
}

th.action4{
  background-color: #AABB8F;
  background-image: url(images/blockhead_bg4.gif);
  background-position: left top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
  vertical-align: top;
}

th.action4 img {
  border: none;
  margin-left: 5px;
}

th.action4 a:link {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 100;
  text-decoration: none;
}

th.action4 a:hover {
  color: #FFFFFF;
  font-weight: 100;
  text-decoration: underline;
}

table.friend p {
  margin-bottom: 3px;
}

table.friend td a:link {
  border: none;
  color: #829B57;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-left: 5px;
  text-decoration: none;
}

table.friend td a:hover {
  border: none;
  color: #829B57;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-left: 5px;
  text-decoration: underline;
}

div.carlton{
  border: 1px solid #CCCCCC;
  display: inline;
  float: left;
  margin-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
}

 
.comm {
  font-family: Times New Roman;
  font-size: 13px;
  font-style: italic;
  line-height: 13px;
  margin-bottom: -20px;
}

td {
  font-size: 11px;
}

 
p.title {
  
  text-align: justify; 
   margin-left: 20px;
   margin-right: 15px;
   line-height: 14px;
  vertical-align: middle!important;
}

 
.comm {
  font-family: Times New Roman;
  font-size: 13px;
  font-style: italic;
  line-height: 13px;
}

.noborder{
  border: 0px;
}

table.body{
  width: 100%;
}

table.body td{
  padding-left: 5px;
}

.bold{
  font-weight: 900;
}

.table-photo, .form-comment{
  margin: 0px;
  padding: 0px;
}

.dark {
  background: #EDECE9;
}

table.caltable{
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 100px!important;
}

table.caltable tr{
  border: 0px!important;
  font-size: 10px!important;
  margin: 0px!important;
  padding: 0px!important;
}

table.caltable td{
  border: 0px!important;
  font-size: 10px;
  margin: 0px!important;
  padding: 0px!important;
}

span.body a, 
span.body a:link,
span.body a:hover,
span.body a:visited {
  color: #5071A4!important;
}

div.table1_th2 a, 
div.table1_th2 a:link,
div.table1_th2 a:hover,
div.table1_th2 a:visited {
  color: white!important;
}

input.but {
  background-color: #9FBCEA;
  border-bottom: 1px solid #637FAB;
  border-left: 1px solid #B5C7E3;
  border-right: 1px solid #637FAB;
  border-top: 1px solid #B5C7E3;
  color: #FFFFFF;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 20px;
  margin: 5px 3px 5px 0px;
  padding: 0px 3px 4px 3px;
}

 table.lined {
}

 .maingray,   td.title, span.title {
   background-color: #F3F3F3;
  color: #A72F5D;
  display: block;
  font-weight: bold;
  height: 100%;
  vertical-align: middle;
  
}
span.title, .maingray {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

 .block td.title {
  background-color: #B5C373;
  background-image: url(images/blockhead_bg5.gif)!important;
  background-position: left top!important;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px!important;
  padding-right: 10px!important;
  vertical-align: top;
  height: 28px;
  
  
}

 .lined td {
  border-bottom: 1px solid #D9D7D7;
  vertical-align: middle;
}

  table.lined {
  border-bottom: 1px solid white!important;
}

  #global .content td.lined{
  background-image: none;
}


.block td, .block th {
  padding: 5px;
  background-image: url(images/block_gradient.gif)!important;

}
.block th {
color: #A72F5D;
background-color: #F3F3F3;
  
  vertical-align: top;
}
.block strong {
  font-size: 16px;
  color: #A72F5D;
}
.form_tip {
  border: 1px solid #A9BB8E;
  padding: 5px;
  color: #676767;
}
th {
  
}

li {
  list-style-image: url(images/li.gif);
  vertical-align: middle;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-left: 10px;
  list-style-position: outside;
  text-align:left;
}
td.header 
{color: #D55787;
border-bottom: 1px solid  #D55787 ;
font-weight: bold;
font-size: 13px!important;}
.design 
{text-align: right;
height: 10px;
padding-right: 15px;}
.design img {vertical-align: middle;
border: 0px;
margin-bottom: 3px;}
.design a {text-decoration: none;}

th.action2 div.table1_th2 

{

background-image: url(images/cutik2.gif);

background-position: right top;

background-repeat: no-repeat; 

height: 28px;

width: 100%;

margin-top: 0px;

padding-top: 5px; padding-right: 7px}

 

th.action2 div.table1_th {

            

 visibility: hidden;

display: none;

}

	
#nav_wrap {width:702px;margin:0 auto;text-align:left;}
#nav {background: #FFF;width: 100%;margin: 0.2em 0 1em 0;padding: 0;border: 1px solid #B8C8D5;list-style-type: none;list-style-image: none;float: left;}
#nav li {font-size:9px;font-weight:bold;background: #FFF;text-align:center;width: 14%;padding:0;margin:0;border-right: 1px solid #B8C8D5;position: relative;list-style-type: none;list-style-image: none;float: left;}
#nav a {color: #069;width:100%;line-height:2em;height:100%;text-decoration: none;display: block;}
#nav li:hover ul, #nav li.jshover ul {display: block;}
#subnav {background: #FFF;margin: 0em 0em;margin: "0em -5.3em";padding: 0;border: 1px solid #B8C8D5;list-style-type: none;list-style-image: none;float: left;display: none;position: absolute;}
#subnav li {font-weight:normal;text-align:left;width:17em;margin: 0;padding: 0;border-right: 0;}


.author_image1
{
  float: left;
  margin: 0.1em .5em 0px 0em;
  width:130px;
  padding-right:12px;
  padding-bottom:5px;
  text-align:center;
}
.author_image1 img{
 border: 2px solid gray;
}
.author_image1 a{
 text-decoration:none;
}
.author_image1 h2{
	font-size: 1.3em;
	color: #00557D;
	padding:0px 0px 2px;
	margin: 0px;
}
.author_image2
{
  width:230px;
  text-align:center;
}

#experts{
float:left;
padding:0px;
padding-top:10px;
text-align:left;
}
.leftcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 240px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	
	}
.rightcolumn {
	float: left;
	padding: 0 10px 20px 5px;
	width: 315px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 5px;
	}
.adcolumn {
	float: left;
	padding-top:35px;
	padding-bottom:10px;
	margin: 0;
		
	}	


#top {
display: block;
margin:0px;
padding-top:0px;
text-align:center;
}
#contact {
	background-color: #EAEAEA;
	line-height: 2em;
	padding :5px; 
}
#message{
	padding: 0px ;
	text-align:left;
}
#products{
float:left;
padding:0px;
margin-left: 35px;
padding-top:10px;
text-align:left;
}
#pitem{
 float: left;
  margin: 0.1em .5em 0px 0em;
  width:130px;
  padding-right:5px;
  padding-bottom:5px;
  
}
#pitem img{
border: 1px solid gray;
width:120px;
height:150px;
}