.g2_pagelayout
{
margin: 0 auto;
width: 400px;
border-left: 1px solid #999;
border-right: 1px solid #999;
}

#g2_layoutpic
{
margin: 0 auto;
}

#g2_layoutpic img
{
width: 100%;
display: block;
margin: 0 auto;
}

.g2 table
{
border-spacing: 10px;
}

.g2 table th
{
text-align: right;
}

.g2_options { font-size: 1em }

.g2_options th
{
text-align: right;
font-weight: normal;
}

.g2_demo
{
width: 95%;
padding: 0;
margin: 10px auto;
background-color: white;
border: 1px solid #999;
}


.g2_image_browser
{
overflow: auto;
border: 1px solid #999;
margin-top: 5px;
background-color: #f9f9f9;
}

.g2_image_browser ul
{
list-style-type: none;
border: none;
margin: 0;
padding: 0;
}

.g2_image_info
{
font-size: 0.8em;
background-color: #ccc;
border-top: 1px solid #999;
 position: absolute;
left: 0;
width: 100%;
bottom: 0px;
margin: 0 auto;
color: black;
overflow: hidden;
}

.g2_image_browser_current .g2_image_info
{
background-color: green;
color: white;
border-top: 1px solid green;
}

.g2_image_desc
{
position: relative;
top: -28px;
left: 5em;
font-size: 0.8em;
overflow: hidden;
color: #999;
width: 120px;
text-align: center;
}
 
.g2_image_browser li
{
margin: 10px 10px;
margin-right: 0;
border: 1px solid #999;
background-color: #eee;
}

.g2_image_browser li, .g2_image_browser_current
{
position: relative;
float: left;
width: 110px;
height: 127px;
padding: 5px;
text-align: center;
cursor: pointer;
}

.g2_image_browser_current
{
margin: 20px 10px 33px 4em;
border: 1px solid green;
background-color: #9dd99f;
}

 
.g2_image_browser_current:hover
{
background-color: #cdf6ce;
}
 
.g2_image_browser li img, .g2_image_browser_current img
{
margin: auto auto;
text-align: center;
display: block;
border: 1px solid #ccc;
background-color: white;
padding: 3px;
}

.g2_image_browser_current img
{
border: 1px solid green;
}

.g2_image_browser li:hover
{
border-color: #555 !important;
background-color: #ddd;
}
 
.g2_image_selected img
{
border: 1px solid red !important;
}

.g2_image_selected
{
border: 1px solid red !important;
background-color: orange !important;
}

.g2_image_selected .g2_image_info
{
background-color: red !important;
color: white !important;
border-top: 1px solid red !important;
}
