#order .col1 {

float: left;
width: 560px;
background: url(images/video-bg.jpg) repeat top left;
padding: 10px 10px 5px 10px;
margin-top: 20px;
margin-left: 20px;
}

#order .col1 iframe {
}

#order .col2 {
float: left;
padding-left: 20px;
width: 250px;
position: relative;
text-align: center;

}

#order .col2 p {
text-align: left;
background: url(images/line-dashed.png) repeat-x bottom center;
padding-bottom: 20px;
}

#order .col2 ul {

padding-top: 0px;
margin-top: 10px;
float: left;
}

#order .col2 ul li {
margin-bottom: 5px;
width: 230px;

}

#order .col2 ul li img {
padding: 5px;
border: 1px solid #006b5a;
background: #fff;

}
